FairRoot/PandaRoot
PndLmdDigiStrips.cxx
Go to the documentation of this file.
1 /*
2  * PndLmdDigiStrips.cxx
3  *
4  * Created on: Aug 10, 2009
5  * Author: huagen
6  */
7 #include "PndLmdDigiStrips.h"
8 
10 {//fIndex = 0;
11  fdetID = 0;
12 // fdetName = 0;
13  fFE = 0;
14  fChannel = 0;
15  fCharge = 0;
16 }
17 
18 PndLmdDigiStrips :: PndLmdDigiStrips(Int_t index, Int_t detID,
19  TString detName, Int_t fe, Int_t channel, Double_t charge)
20 { fIndex.push_back(index);
21  fdetID = detID;
22  fdetName = detName;
23  fFE = fe;
24  fChannel = channel;
25  fCharge = charge;
26 
27  }
28 
std::vector< Int_t > fIndex
Double_t
int fe
Definition: anaLmdDigi.C:67
ClassImp(PndAnaContFact)