CaloRun Class Reference

#include <CaloRun.hh>

Inheritance diagram for CaloRun:

Inheritance graph
[legend]
Collaboration diagram for CaloRun:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CaloRun ()
 Constructor.
UInt_t GetRunId (void) const
Double32_t GetTemperature (void) const
Double32_t GetPressure (void) const
void SetTemperature (const Double32_t value)
 Setter for Temperature.
void SetPressure (const Double32_t value)
 Setter for Pressure.
void SetRunId (const UInt_t value)
 Setter for runId value.
virtual ~CaloRun ()
 Destructor.

Private Attributes

UInt_t fRunId
Double32_t fTemp
Double32_t fPress
UInt_t fdeltaTmax

Detailed Description

Run's parameters: -runId :Id du run

-Average run temperature: fTemp

-Average run pressure: fPress

-offsetX => ???

-offsetY => ???

Definition at line 47 of file CaloRun.hh.


Constructor & Destructor Documentation

CaloRun::CaloRun (  ) 

Constructor.

CaloRun class constructor

Parameters:
none 

CaloRun::~CaloRun (  )  [virtual]

Destructor.

CaloRun class Destructor

Definition at line 22 of file CaloRun.cpp.

00023 {
00024 }


Member Function Documentation

UInt_t CaloRun::GetRunId ( void   )  const [inline]

Definition at line 65 of file CaloRun.hh.

Referenced by main(), and selectAndCopyEvent().

00065 { return fRunId;     } ;

Double32_t CaloRun::GetTemperature ( void   )  const [inline]

Definition at line 72 of file CaloRun.hh.

Referenced by main().

00072 { return fTemp;     } ;

Double32_t CaloRun::GetPressure ( void   )  const [inline]

Definition at line 79 of file CaloRun.hh.

Referenced by main().

00079 { return fPress;    } ;

CaloRun::SetTemperature ( const Double32_t  value  )  [inline]

Setter for Temperature.

Parameters:
Double32_t value for assigning the new value of average temperature
Returns:
void.

Definition at line 86 of file CaloRun.hh.

Referenced by selectAndCopyEvent().

00086 { fTemp = value; };

CaloRun::SetPressure ( const Double32_t  value  )  [inline]

Setter for Pressure.

Parameters:
Double32_t value for assigning the new value of average pressure
Returns:
void.

Definition at line 93 of file CaloRun.hh.

Referenced by selectAndCopyEvent().

00093 { fPress = value; };

CaloRun::SetRunId ( const UInt_t  value  )  [inline]

Setter for runId value.

Parameters:
UInt_t value for assigning the new run id
Returns:
void.

Definition at line 100 of file CaloRun.hh.

Referenced by selectAndCopyEvent().

00100 { fRunId = value; };


Member Data Documentation

UInt_t CaloRun::fRunId [private]

Definition at line 112 of file CaloRun.hh.

Referenced by GetRunId(), and SetRunId().

Double32_t CaloRun::fTemp [private]

Definition at line 113 of file CaloRun.hh.

Referenced by GetTemperature(), and SetTemperature().

Double32_t CaloRun::fPress [private]

Definition at line 114 of file CaloRun.hh.

Referenced by GetPressure(), and SetPressure().

UInt_t CaloRun::fdeltaTmax [private]

Definition at line 115 of file CaloRun.hh.


The documentation for this class was generated from the following files:
Generated on Mon Jan 7 13:18:02 2013 for MicromegasFramework by  doxygen 1.4.7