QwAnalysis
|
#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"
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... | |
|
inline |
Output stream operator.
Definition at line 115 of file QwEvent.h.
References QwEventHeader::fEventNumber, and QwEventHeader::fRunNumber.