28.11.2011 Kamil Sedlak
Added more odet_time_C1 times (not a big change)
This commit is contained in:
@ -52,13 +52,13 @@ class signalInfo {
|
||||
public:
|
||||
signalInfo(G4int id, G4int nP, G4int nPprim, G4double tFirst, G4double tSecond, G4double tThird,
|
||||
G4double tA, G4double tB, G4double tC, G4double tD, G4double tE, G4double tLast,
|
||||
G4double tCFD, G4double aCFD, G4double tCFDarray[1000], G4double tOPSAC1array[21])
|
||||
G4double tCFD, G4double aCFD, G4double tCFDarray[1000], G4double tOPSAC1array[41])
|
||||
{
|
||||
detID=id; nPhot=nP; nPhotPrim=nPprim; timeFirst=tFirst; timeSecond=tSecond; timeThird=tThird;
|
||||
timeA=tA; timeB=tB; timeC=tC; timeD=tD; timeE=tE; timeLast=tLast;
|
||||
timeCFD=tCFD; amplCFD=aCFD;
|
||||
if (musrRootOutput::store_odet_timeCFDarray) {for(int i=0;i<1000;i++) {timeCFDarray[i]=tCFDarray[i];}}
|
||||
if (musrRootOutput::store_odet_timeC1) {for(int i=1;i<21;i++) {timeC1array[i] =tOPSAC1array[i];}}
|
||||
if (musrRootOutput::store_odet_timeC1) {for(int i=1;i<41;i++) {timeC1array[i] =tOPSAC1array[i];}}
|
||||
}
|
||||
~signalInfo() {}
|
||||
void transferDataToRoot(musrRootOutput* myRootOut, G4int nn) {
|
||||
@ -222,6 +222,26 @@ class musrScintSD : public G4VSensitiveDetector
|
||||
static const G4double OPSA_C18_threshold;
|
||||
static const G4double OPSA_C19_threshold;
|
||||
static const G4double OPSA_C20_threshold;
|
||||
static const G4double OPSA_C21_threshold;
|
||||
static const G4double OPSA_C22_threshold;
|
||||
static const G4double OPSA_C23_threshold;
|
||||
static const G4double OPSA_C24_threshold;
|
||||
static const G4double OPSA_C25_threshold;
|
||||
static const G4double OPSA_C26_threshold;
|
||||
static const G4double OPSA_C27_threshold;
|
||||
static const G4double OPSA_C28_threshold;
|
||||
static const G4double OPSA_C29_threshold;
|
||||
static const G4double OPSA_C30_threshold;
|
||||
static const G4double OPSA_C31_threshold;
|
||||
static const G4double OPSA_C32_threshold;
|
||||
static const G4double OPSA_C33_threshold;
|
||||
static const G4double OPSA_C34_threshold;
|
||||
static const G4double OPSA_C35_threshold;
|
||||
static const G4double OPSA_C36_threshold;
|
||||
static const G4double OPSA_C37_threshold;
|
||||
static const G4double OPSA_C38_threshold;
|
||||
static const G4double OPSA_C39_threshold;
|
||||
static const G4double OPSA_C40_threshold;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user