DAS  3.0
Das Analysis System
Event.h File Reference
#include <vector>
#include <Variation.h>
#include <Weight.h>
#include <TRandom3.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  AbstractEvent
 
class  GenEvent
 
class  RecEvent
 

Namespaces

 Darwin
 
 Darwin::Physics
 

Functions

std::ostream & operator<< (std::ostream &s, const Darwin::Physics::GenEvent &event)
 
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::GenEvent event 
)
inline
92 {
93  return s << event.hard_scale;
94 }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  s,
const Darwin::Physics::RecEvent event 
)
inline
97 {
98  return s << event.fill << ' ' << event.runNo << ' ' << event.lumi << ' ' << event.evtNo;
99 }