Update 'Selection code'
parent
3ba9ee259b
commit
be96b6b468
@ -42,9 +42,9 @@ Next step is to compile and perform the MC Truth-Matching, saved in [[MCtruthma
|
|||||||
TruthMatchAllAll(1); TruthMatchAllAll(2);
|
TruthMatchAllAll(1); TruthMatchAllAll(2);
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, we need to add the XMuMu mass variable and apply the KplusMuMu veto ([[addVariable.cpp|addVariable])
|
Then, we need to add the XMuMu mass variable and apply the KplusMuMu veto ([[addVariable.cpp|addVariable]])
|
||||||
```
|
```
|
||||||
.L CodeForTests/AddVariable.cpp+
|
.L AddVariable.cpp+
|
||||||
addAllXMuMuMass(true,true,1); addAllXMuMuMass(false,true,1); applyAllVetoKplusMuMuMass(1);
|
addAllXMuMuMass(true,true,1); addAllXMuMuMass(false,true,1); applyAllVetoKplusMuMuMass(1);
|
||||||
addAllXMuMuMass(true,true,2); addAllXMuMuMass(false,true,2); applyAllVetoKplusMuMuMass(2);
|
addAllXMuMuMass(true,true,2); addAllXMuMuMass(false,true,2); applyAllVetoKplusMuMuMass(2);
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user