|
HighLAND
|
Representation of detector time info. More...
#include <DataClassesIO.hxx>
Public Member Functions | |
| AnaTimeNodeIO (const AnaTimeNode &node) | |
| A constructor from the corresponding base class. | |
| virtual void | Define (OutputManager &man, const std::string &counter, const std::string &prefix="") const |
| Add the variables for representing an AnaDetTimeInfo to the OutputManager. | |
| virtual void | Write (OutputManager &man, const std::string &prefix="", Int_t indx1=-1, Int_t indx2=0) const |
| Fill the current state of the AnaDetTimeInfo into the OutputManager. | |
Public Member Functions inherited from AnaTimeNode | |
| virtual AnaTimeNode * | Clone () |
| Clone this object. | |
Additional Inherited Members | |
Public Attributes inherited from AnaTimeNode | |
| Int_t | Detector |
| Float_t | TimeStart |
| Start time. | |
| Float_t | TimeEnd |
| End time. | |
Protected Member Functions inherited from AnaTimeNode | |
| AnaTimeNode (const AnaTimeNode &anaTime) | |
| Copy constructor is protected, as Clone() should be used to copy this object. | |
Representation of detector time info.
Definition at line 331 of file DataClassesIO.hxx.
1.8.13