# | Line 125 | Line 125 | bool doesROOTFileExist(string filename) | |
---|---|---|
125 | ||
126 | TCut essentialcut("mll>0"); | |
127 | // This will reweight all the events: use "weight" to correct MC for pileUP, "1.0" otherwise | |
128 | < | TCut cutWeight("1.0"); |
128 | > | TCut cutWeight("weight"); |
129 | ||
130 | void setessentialcut(TCut ess) { | |
131 | essentialcut=ess; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |