// set parameters to define trigger condition thresholds
fGlobalFOThreshold = 1;
- fHighMultFOThreshold = 100;
+ fHighMultFOThreshold = 150;
}
//______________________________________________________________________
Int_t ndigitsInChip[5];
// loop over modules (ladders)
- for (Int_t moduleIndex=startSPD; moduleIndex<lastSPD; moduleIndex++) {
+ for (Int_t moduleIndex=startSPD; moduleIndex<lastSPD+1; moduleIndex++) {
treeD->GetEvent(moduleIndex);
TClonesArray* digits = (TClonesArray*) (digDet->At(0)); // SPD only.
// // Int_t iFOperchip[ntotal]; // not used
// Int_t iFOperChipinStave[20][40][2];
-// for (Int_t m=startSPD;m<lastSPD;m++) {
+// for (Int_t m=startSPD;m<lastSPD+1;m++) {
// iFOperladder[m] = 0;
// }
// Int_t checkStave = 0;
// // loop over modules
-// for (Int_t moduleIndex=startSPD; moduleIndex<lastSPD; moduleIndex++) {
+// for (Int_t moduleIndex=startSPD; moduleIndex<lastSPD+1; moduleIndex++) {
// treeD->GetEvent(moduleIndex);
// TClonesArray* digits = (TClonesArray*) (digDet->At(0)); // SPD only.
// standalong ITS-SPD inputs
descrip.AddCondition( "ITS_SPD_GFO_L0", "ITS_SPD_GFO_L0", "SPD global fast-or", (ULong64_t)0x1 << 5 );
- descrip.AddCondition( "ITS_SPD_HMULT_L0","ITS_SPD_HMULT_L0","SPD high mult. 100 ", (ULong64_t)0x1 << 6 );
+ descrip.AddCondition( "ITS_SPD_HMULT_L0","ITS_SPD_HMULT_L0","SPD high mult. 150 ", (ULong64_t)0x1 << 6 );
// standalong MUON inputs
descrip.AddCondition( "MUON_SPlus_LPt_L0",