Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Run Class Reference

#include <Run.h>

Inheritance diagram for Run:

DataObject List of all members.

Public Methods

 Run (const char* name = "Event")
 Constructors. More...

virtual ~Run ()
 Destructor. More...

virtual const CLID& clID () const
 Retrieve reference to class definition structure. More...

long runNumber () const
 Retrieve run type. More...

void setRunNumber (long value)
 Update run type. More...

long runType () const
 Retrieve run type. More...

void setRunType (long value)
 Update run type. More...

long triggerType () const
 Retrieve trigger type. More...

void setTriggerType (long value)
 Update trigger type. More...

const TriggerPatternenabledTriggerPattern () const
 Retrieve trigger enable mask. More...

void setEnabledTriggerPattern (const TriggerPattern& value)
 Update trigger enable mask. More...

long enabledDetectorMask () const
 Retrieve detector mask. More...

void setEnabledDetectorMask (long value)
 Update detector mask. More...

double luminosity () const
 Retrieve integrated luminosity. More...

void setLuminosity (double value)
 Update integrated luminosity. More...

long fillNumber () const
 Retrieve fill number. More...

void setFillNumber (long value)
 Update fill number. More...

long generatorType () const
 Retrieve MC generator type. More...

void setGeneratorType (long value)
 Update MC generator type. More...

const RandomNumberSeed randomNumberSeed () const
 Retrieve initial MC random number seed. More...

void setRandomNumberSeed (RandomNumberSeed value)
 Update initial MC random number seed. More...

virtual StreamBuffer& serialize ( StreamBuffer& s ) const
 Serialize the object for writing. More...

virtual StreamBuffer& serialize ( StreamBuffer& s )
 Serialize the object for reading. More...

virtual std::ostream& fillStream ( std::ostream& s ) const
 Fill the output stream (ASCII). More...


Static Public Methods

const CLID& classID ()

Private Attributes

long m_run
 Run number. More...

long m_runType
 Run type. More...

long m_triggerType
 Trigger type. More...

TriggerPattern m_enabledTriggerMask
 Trigger enable mask. More...

long m_enabledDetectorMask
 Detector enable mask. More...

double m_luminosity
 Integrated luminosity. More...

long m_fillNumber
 Fill number. More...

long m_generatorType
 MC generator type. More...

RandomNumberSeed m_randomNumberSeed
 Initial MC random number seed. More...


Friends

std::ostream& operator<< ( std::ostream& s, const Run& obj )
 Output operator(ASCII). More...


Constructor & Destructor Documentation

Run::Run ( const char * name = "Event" ) [inline]
 

Constructors.

Definition at line 47 of file Run.h.

Run::~Run ( ) [inline, virtual]
 

Destructor.

Definition at line 56 of file Run.h.


Member Function Documentation

const CLID & Run::clID ( ) const [inline, virtual]
 

Retrieve reference to class definition structure.

Definition at line 59 of file Run.h.

const CLID & Run::classID ( ) [inline, static]
 

Definition at line 60 of file Run.h.

Referenced by clID().

long Run::enabledDetectorMask ( ) const [inline]
 

Retrieve detector mask.

Definition at line 99 of file Run.h.

const TriggerPattern & Run::enabledTriggerPattern ( ) const [inline]
 

Retrieve trigger enable mask.

Definition at line 90 of file Run.h.

long Run::fillNumber ( ) const [inline]
 

Retrieve fill number.

Definition at line 117 of file Run.h.

std::ostream & Run::fillStream ( std::ostream & s ) const [inline, virtual]
 

Fill the output stream (ASCII).

Definition at line 216 of file Run.h.

Referenced by operator<<().

long Run::generatorType ( ) const [inline]
 

Retrieve MC generator type.

Definition at line 126 of file Run.h.

double Run::luminosity ( ) const [inline]
 

Retrieve integrated luminosity.

Definition at line 108 of file Run.h.

const RandomNumberSeed Run::randomNumberSeed ( ) const [inline]
 

Retrieve initial MC random number seed.

Definition at line 135 of file Run.h.

long Run::runNumber ( ) const [inline]
 

Retrieve run type.

Definition at line 63 of file Run.h.

long Run::runType ( ) const [inline]
 

Retrieve run type.

Definition at line 72 of file Run.h.

StreamBuffer & Run::serialize ( StreamBuffer & s ) [inline, virtual]
 

Serialize the object for reading.

Definition at line 200 of file Run.h.

StreamBuffer & Run::serialize ( StreamBuffer & s ) const [inline, virtual]
 

Serialize the object for writing.

Definition at line 184 of file Run.h.

void Run::setEnabledDetectorMask ( long value ) [inline]
 

Update detector mask.

Definition at line 103 of file Run.h.

void Run::setEnabledTriggerPattern ( const TriggerPattern & value ) [inline]
 

Update trigger enable mask.

Definition at line 94 of file Run.h.

void Run::setFillNumber ( long value ) [inline]
 

Update fill number.

Definition at line 121 of file Run.h.

void Run::setGeneratorType ( long value ) [inline]
 

Update MC generator type.

Definition at line 130 of file Run.h.

void Run::setLuminosity ( double value ) [inline]
 

Update integrated luminosity.

Definition at line 112 of file Run.h.

void Run::setRandomNumberSeed ( RandomNumberSeed value ) [inline]
 

Update initial MC random number seed.

Definition at line 139 of file Run.h.

void Run::setRunNumber ( long value ) [inline]
 

Update run type.

Definition at line 67 of file Run.h.

void Run::setRunType ( long value ) [inline]
 

Update run type.

Definition at line 76 of file Run.h.

void Run::setTriggerType ( long value ) [inline]
 

Update trigger type.

Definition at line 85 of file Run.h.

long Run::triggerType ( ) const [inline]
 

Retrieve trigger type.

Definition at line 81 of file Run.h.


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream & s,
const Run & obj ) [friend]
 

Output operator(ASCII).

Definition at line 149 of file Run.h.


Member Data Documentation

long Run::m_enabledDetectorMask [private]
 

Detector enable mask.

Definition at line 165 of file Run.h.

TriggerPattern Run::m_enabledTriggerMask [private]
 

Trigger enable mask.

Definition at line 163 of file Run.h.

long Run::m_fillNumber [private]
 

Fill number.

Definition at line 169 of file Run.h.

long Run::m_generatorType [private]
 

MC generator type.

Definition at line 171 of file Run.h.

double Run::m_luminosity [private]
 

Integrated luminosity.

Definition at line 167 of file Run.h.

RandomNumberSeed Run::m_randomNumberSeed [private]
 

Initial MC random number seed.

Definition at line 173 of file Run.h.

long Run::m_run [private]
 

Run number.

Definition at line 157 of file Run.h.

long Run::m_runType [private]
 

Run type.

Definition at line 159 of file Run.h.

long Run::m_triggerType [private]
 

Trigger type.

Definition at line 161 of file Run.h.


The documentation for this class was generated from the following file:
Generated at Wed Nov 21 12:22:54 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000