Changeset 3c59f98 in git for modules/LLPFilter.cc
- Timestamp:
- Jan 11, 2022, 9:17:09 PM (3 years ago)
- Children:
- c6bce62
- Parents:
- c61b5ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/LLPFilter.cc
rc61b5ce r3c59f98 170 170 if (abs(daughterPdg)==12 || abs(daughterPdg)==14 || abs(daughterPdg)==16 || abs(daughterPdg)==13)continue; // ignore neutrinos and muons 171 171 if (abs(daughterPdg) > 1000000) continue;//ignore BSM particles 172 173 const TLorentzVector &daughterProdPosition = daughter->Position; 172 174 173 const TLorentzVector &daughterMomentum = daughter->Momentum; 175 const TLorentzVector distance = daughterProdPosition - candidateDecayPosition;176 174 177 175 // look for mother until find LLP or reach the top of the tree … … 187 185 } 188 186 189 190 191 187 // used detector geometry in Figure 4.1.1, page141 from CERN-LHCC-97-032: https://cds.cern.ch/record/343814?ln=en 192 188 // decayRegion = 0: no cuts on decay region
Note:
See TracChangeset
for help on using the changeset viewer.