DAS  3.0
Das Analysis System
Event.h File Reference
#include <vector>
#include <GenericObject.h>
#include <Variation.h>
#include <Weight.h>
#include <TRandom3.h>
#include <Math/Point3D.h>
+ Include dependency graph for Event.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GenEvent
 
class  RecEvent
 
class  GenPV
 
class  RecPV
 

Namespaces

 Darwin
 
 Darwin::Physics
 

Functions

std::ostream & operator<< (std::ostream &s, const Darwin::Physics::GenPV &pv)
 
std::ostream & operator<< (std::ostream &s, const Darwin::Physics::RecEvent &event)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  s,
const Darwin::Physics::GenPV pv 
)
inline
100 {
101  return s << '(' << pv.location.rho() << ','
102  << pv.location.z () << ','
103  << pv.location.phi() << ')';
104 }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  s,
const Darwin::Physics::RecEvent event 
)
inline
107 {
108  return s << event.fill << ' ' << event.runNo << ' ' << event.lumi << ' ' << event.evtNo;
109 }
Darwin::Physics::GenPV::location
ROOT::Math::RhoZPhiPointF location
Definition: Event.h:64