ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/Modules/StudyModule.C
(Generate patch)

Comparing UserCode/cbrown/Development/Plotting/Modules/StudyModule.C (file contents):
Revision 1.4 by buchmann, Mon Feb 20 17:06:18 2012 UTC vs.
Revision 1.5 by buchmann, Fri Mar 2 08:36:07 2012 UTC

# Line 765 | Line 765 | void generator_study_plots() {
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();
# Line 779 | Line 780 | GenLevelStudy::DeltaLSPmomentum();
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  
# Line 952 | Line 954 | void compare_LM4_and_SMS() {
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 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines