Skip to content

Commit

Permalink
HM trigger for dedicated D2h decays -> eta < 1.2
Browse files Browse the repository at this point in the history
following discussion by mail
  • Loading branch information
jezwilkinson authored Aug 5, 2019
1 parent 6c27c7d commit bdd664d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AliGenerator *GeneratorCustom(TString opt = "")
pyth->SetTriggerParticle(sign * triggerParticle[channelOption],999,999,-1,1000); //Lc or Ds, etamin, etamax, ptmin, ptmax
switch (imult) { //multiplicity triggers
case 0: break; //INT7
case 1: pyth->SetTriggerChargedMultiplicity(40,2.0); break; //HMSPD
case 1: pyth->SetTriggerChargedMultiplicity(40,1.2); break; //HMSPD
case 2: pyth->SetTriggerMultiplicityEtaRange(40,2.8,5.1); //V0A
pyth->SetTriggerMultiplicityEtaRange(40,-3.7,-1.7); //V0C
break;
Expand Down

0 comments on commit bdd664d

Please sign in to comment.