AliRoot Core  a565103 (a565103)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMUONTriggerScalers Class Reference

MUON trigger scalers. More...

#include <AliMUONTriggerScalers.h>

Inheritance diagram for AliMUONTriggerScalers:

Public Member Functions

 AliMUONTriggerScalers ()
 
virtual ~AliMUONTriggerScalers ()
 
void SetNCalibEvents (UInt_t nce)
 
void SetDeltaT (UInt_t dt)
 
void SetGloScaler (UInt_t gs, Int_t i)
 
void SetLocScalerLpt (UInt_t lst, Int_t i)
 
void SetLocScalerStrip (ULong64_t lss, Int_t ica, Int_t ich, Int_t ilo)
 
void SetLocScalerStripOver (ULong64_t lsso, Int_t ica, Int_t ich, Int_t ilo)
 
UInt_t GetNCalibEvents () const
 
UInt_t GetDeltaT () const
 
UInt_t GetGloScal (Int_t i) const
 
UInt_t GetLocScalLpt (Int_t i) const
 
ULong64_t GetLocScalStrip (Int_t iCath, Int_t iCha, Int_t iLoc) const
 
UInt_t GetLocScalStripOver (Int_t iCath, Int_t iCha, Int_t iLoc) const
 

Private Attributes

UInt_t fNCalibEvents
 
UInt_t fDeltaT
 
UInt_t fGloScal [6]
 
UInt_t fLocScalLpt [234]
 
ULong64_t fLocScalStrip [2][4][234]
 
UInt_t fLocScalStripOver [2][4][234]
 

Detailed Description

MUON trigger scalers.

Scalers information for the muon trigger chambers

Author
Bogdan Vulpescu

Definition at line 16 of file AliMUONTriggerScalers.h.

Constructor & Destructor Documentation

AliMUONTriggerScalers::AliMUONTriggerScalers ( )

Definition at line 30 of file AliMUONTriggerScalers.cxx.

AliMUONTriggerScalers::~AliMUONTriggerScalers ( )
virtual

Definition at line 42 of file AliMUONTriggerScalers.cxx.

Member Function Documentation

UInt_t AliMUONTriggerScalers::GetDeltaT ( ) const
inline

Definition at line 38 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::WriteTrigScalers().

UInt_t AliMUONTriggerScalers::GetGloScal ( Int_t  i) const
inline

Definition at line 40 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::WriteTrigScalers().

UInt_t AliMUONTriggerScalers::GetLocScalLpt ( Int_t  i) const
inline

Definition at line 42 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::WriteTrigScalers().

ULong64_t AliMUONTriggerScalers::GetLocScalStrip ( Int_t  iCath,
Int_t  iCha,
Int_t  iLoc 
) const
inline

Definition at line 44 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::WriteTrigScalers().

UInt_t AliMUONTriggerScalers::GetLocScalStripOver ( Int_t  iCath,
Int_t  iCha,
Int_t  iLoc 
) const
inline

Definition at line 46 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::WriteTrigScalers().

UInt_t AliMUONTriggerScalers::GetNCalibEvents ( ) const
inline

Definition at line 36 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::WriteTrigScalers().

void AliMUONTriggerScalers::SetDeltaT ( UInt_t  dt)
inline

Definition at line 25 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::ReadTrigScalers().

void AliMUONTriggerScalers::SetGloScaler ( UInt_t  gs,
Int_t  i 
)
inline

Definition at line 27 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::ReadTrigScalers().

void AliMUONTriggerScalers::SetLocScalerLpt ( UInt_t  lst,
Int_t  i 
)
inline

Definition at line 29 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::ReadTrigScalers().

void AliMUONTriggerScalers::SetLocScalerStrip ( ULong64_t  lss,
Int_t  ica,
Int_t  ich,
Int_t  ilo 
)
inline

Definition at line 31 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::ReadTrigScalers().

void AliMUONTriggerScalers::SetLocScalerStripOver ( ULong64_t  lsso,
Int_t  ica,
Int_t  ich,
Int_t  ilo 
)
inline

Definition at line 33 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::ReadTrigScalers().

void AliMUONTriggerScalers::SetNCalibEvents ( UInt_t  nce)
inline

Definition at line 23 of file AliMUONTriggerScalers.h.

Referenced by AliMUONTriggerIO::ReadTrigScalers().

Member Data Documentation

UInt_t AliMUONTriggerScalers::fDeltaT
private

Definition at line 52 of file AliMUONTriggerScalers.h.

Referenced by GetDeltaT(), and SetDeltaT().

UInt_t AliMUONTriggerScalers::fGloScal[6]
private

Definition at line 53 of file AliMUONTriggerScalers.h.

Referenced by GetGloScal(), and SetGloScaler().

UInt_t AliMUONTriggerScalers::fLocScalLpt[234]
private

Definition at line 54 of file AliMUONTriggerScalers.h.

Referenced by GetLocScalLpt(), and SetLocScalerLpt().

ULong64_t AliMUONTriggerScalers::fLocScalStrip[2][4][234]
private

Definition at line 55 of file AliMUONTriggerScalers.h.

Referenced by GetLocScalStrip(), and SetLocScalerStrip().

UInt_t AliMUONTriggerScalers::fLocScalStripOver[2][4][234]
private

Definition at line 56 of file AliMUONTriggerScalers.h.

Referenced by GetLocScalStripOver(), and SetLocScalerStripOver().

UInt_t AliMUONTriggerScalers::fNCalibEvents
private

Definition at line 51 of file AliMUONTriggerScalers.h.

Referenced by GetNCalibEvents(), and SetNCalibEvents().


The documentation for this class was generated from the following files: