#include <IORawData/Ecal2004TBInputService/interface/TRawTdcTriggers.h>
Public Member Functions | |
virtual void | Clear (const char *opt="") |
Int_t | GetLen () |
Int_t | GetValue (Int_t k) |
Int_t * | GetValues () |
virtual void | Print (const char *opt=0) const |
void | SetValues (Int_t, Int_t *) |
TRawTdcTriggers (Int_t, Int_t *) | |
TRawTdcTriggers (Int_t) | |
TRawTdcTriggers () | |
virtual | ~TRawTdcTriggers () |
Protected Member Functions | |
void | Init () |
Protected Attributes | |
Int_t | fNValue |
Int_t * | fValues |
Definition at line 5 of file TRawTdcTriggers.h.
TRawTdcTriggers::TRawTdcTriggers | ( | ) |
TRawTdcTriggers::TRawTdcTriggers | ( | Int_t | n | ) |
TRawTdcTriggers::TRawTdcTriggers | ( | Int_t | , | |
Int_t * | ||||
) |
TRawTdcTriggers::~TRawTdcTriggers | ( | ) | [virtual] |
Definition at line 31 of file TRawTdcTriggers.cc.
References Clear().
00031 { 00032 Clear(); 00033 }
void TRawTdcTriggers::Clear | ( | const char * | opt = "" |
) | [virtual] |
Definition at line 35 of file TRawTdcTriggers.cc.
References fValues, and Init().
Referenced by ~TRawTdcTriggers().
Int_t TRawTdcTriggers::GetLen | ( | ) | [inline] |
Int_t TRawTdcTriggers::GetValue | ( | Int_t | k | ) | [inline] |
Int_t* TRawTdcTriggers::GetValues | ( | ) | [inline] |
void TRawTdcTriggers::Print | ( | const char * | opt = 0 |
) | const [virtual] |
Definition at line 46 of file TRawTdcTriggers.cc.
References GenMuonPlsPt100GeV_cfg::cout, lat::endl(), fNValue, fValues, and j.
00046 { 00047 //Prints everything 00048 Short_t j; 00049 cout << endl; 00050 cout << "TRawTdcTriggers nv : " << fNValue << endl; 00051 cout << "Values: "; 00052 for (j=0;j<fNValue;j++) cout << " " << fValues[j]; 00053 cout << endl; 00054 cout << endl; 00055 }
void TRawTdcTriggers::SetValues | ( | Int_t | , | |
Int_t * | ||||
) |
Int_t TRawTdcTriggers::fNValue [protected] |
Definition at line 9 of file TRawTdcTriggers.h.
Referenced by GetLen(), Init(), Print(), and TRawTdcTriggers().
Int_t* TRawTdcTriggers::fValues [protected] |
Definition at line 10 of file TRawTdcTriggers.h.
Referenced by Clear(), GetValue(), GetValues(), Init(), Print(), and TRawTdcTriggers().