]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
introduce creation of missing trigger inputs just to reduce verbosity in simulation
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Mar 2010 18:20:01 +0000 (18:20 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Mar 2010 18:20:01 +0000 (18:20 +0000)
EMCAL/AliEMCALTrigger.cxx

index ddba6297e3bdb53e2a820b1c799caadb15b52ed6..1d4537dd5f75111d1b4b08211c9639395f65da13 100644 (file)
@@ -205,6 +205,9 @@ void AliEMCALTrigger::CreateInputs()
    fInputs.AddLast( new AliTriggerInput( det+"_GammaHPt_L1", det, 0x04 ) );
    fInputs.AddLast( new AliTriggerInput( det+"_GammaMPt_L1", det, 0x08 ) );
    fInputs.AddLast( new AliTriggerInput( det+"_GammaLPt_L1", det, 0x016 ) );
+   fInputs.AddLast( new AliTriggerInput( det+"_JetHPt_L1", det, 0x032 ) );
+   fInputs.AddLast( new AliTriggerInput( det+"_JetMPt_L1", det, 0x064 ) );
+   fInputs.AddLast( new AliTriggerInput( det+"_JetLPt_L1", det, 0x128 ) );
 
    if(fNJetThreshold<=0) return;
    // Jet Trigger(s)