Skip to content

Commit

Permalink
HMSPD eta range 1.4 -> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jezwilkinson authored Aug 2, 2019
1 parent d300c88 commit 94f3250
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,1.4); break; //HMSPD
case 1: pyth->SetTriggerChargedMultiplicity(40,2.0); 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 94f3250

Please sign in to comment.