765 |
|
|
766 |
|
//uncomment whichever one you want to see :-) |
767 |
|
|
768 |
< |
/* |
768 |
> |
|
769 |
|
GenLevelStudy::X_vs_generation_lm4(); |
770 |
+ |
/* |
771 |
|
GenLevelStudy::compare_sms_lm4(); |
772 |
|
GenLevelStudy::MomentumFraction(); |
773 |
|
GenLevelStudy::AngleMETsumLSP(); |
780 |
|
GenLevelStudy::pStarIllustration(0.5); |
781 |
|
GenLevelStudy::pStarIllustration(0.25); |
782 |
|
GenLevelStudy::pStarIllustration(0.75); |
783 |
< |
GenLevelStudy::pStarDistributions();*/ |
783 |
> |
GenLevelStudy::pStarDistributions(); |
784 |
|
GenLevelStudy::DrawJetBand(); |
785 |
< |
//GenLevelStudy::DrawOnly100to150inJetBand(); |
786 |
< |
|
785 |
> |
GenLevelStudy::DrawOnly100to150inJetBand(); |
786 |
> |
GenLevelStudy::ImpactOfGluinoChi2MassDifference(); |
787 |
> |
*/ |
788 |
|
} |
789 |
|
|
790 |
|
|
954 |
|
compare_lm4_sms_variable(LM4events, SMSevents, "genMET",100,0.0,600.0,cutOSSF&&basiccut,"genMET",false); |
955 |
|
compare_lm4_sms_variable(LM4events, SMSevents, "genNjets",10,-0.5,9.5,cutOSSF&&basiccut,"genNjets",true); |
956 |
|
} |
957 |
+ |
|
958 |
+ |
|
959 |
+ |
void compare_onpeak_offpeak_signal_distributions(string mcjzb, string datajzb, int sampleindex) { |
960 |
+ |
cout << (signalsamples.collection)[sampleindex].filename << endl; |
961 |
+ |
} |
962 |
+ |
|
963 |
+ |
void compare_onpeak_offpeak_signal_distributions(string mcjzb, string datajzb) { |
964 |
+ |
for(int i=0;i<signalsamples.collection.size();i++) compare_onpeak_offpeak_signal_distributions(mcjzb,datajzb,i); |
965 |
+ |
} |
966 |
+ |
|