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

Comparing UserCode/cbrown/Development/Plotting/Modules/Setup.C (file contents):
Revision 1.36 by buchmann, Thu Oct 11 08:57:44 2012 UTC vs.
Revision 1.37 by buchmann, Wed Nov 7 10:53:13 2012 UTC

# Line 83 | Line 83 | namespace PlottingSetup {
83    TCut cutOSOF("(id1!=id2)&&(ch1*ch2<0)");
84    TCut cutOSSF("(id1==id2)&&(ch1*ch2<0)");
85    TCut sidebandcut(Restrsidebandcut);
86 +  
87 +  TCut TriLepSF("tri_id2==tri_id3");
88 +  TCut TriLepOF("tri_id2!=tri_id3");
89 +
90  
91    // SUSY scan parameters
92    float mglustart=25;float mgluend=1200;float mglustep=25;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines