QwAnalysis
QwEvent.h File Reference
#include <vector>
#include "TObject.h"
#include "TString.h"
#include "TClonesArray.h"
#include "TRefArray.h"
#include "TObjArray.h"
#include "TVector3.h"
#include "QwTypes.h"
#include "QwObjectCounter.h"
#include "QwTreeLine.h"
#include "QwPartialTrack.h"
#include "QwTrack.h"
+ Include dependency graph for QwEvent.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  QwEventHeader
 Contains header information of a tracked event. More...
 
class  QwKinematics
 Kinematic variables. More...
 
class  QwEvent
 Contains a tracked event, i.e. all information from hits to tracks. More...
 

Macros

#define QWTREELINES_IN_STL_VECTOR
 
#define QWPARTIALTRACKS_IN_STL_VECTOR
 
#define QWTRACKS_IN_STL_VECTOR
 

Functions

std::ostream & operator<< (std::ostream &stream, const QwEventHeader &h)
 Output stream operator. More...
 

Macro Definition Documentation

#define QWPARTIALTRACKS_IN_STL_VECTOR

Definition at line 164 of file QwEvent.h.

#define QWTRACKS_IN_STL_VECTOR

Definition at line 165 of file QwEvent.h.

#define QWTREELINES_IN_STL_VECTOR

Definition at line 163 of file QwEvent.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const QwEventHeader h 
)
inline

Output stream operator.

Definition at line 115 of file QwEvent.h.

References QwEventHeader::fEventNumber, and QwEventHeader::fRunNumber.

115  {
116  stream << "Run " << h.fRunNumber << ", ";
117  stream << "event " << h.fEventNumber << ":";
118  return stream;
119 }
UInt_t fRunNumber
Run number.
Definition: QwEvent.h:41
ULong_t fEventNumber
Event number.
Definition: QwEvent.h:43