Changeset 6216fb2 in git for modules/ClusterCounting.cc
- Timestamp:
- May 17, 2021, 5:10:22 PM (3 years ago)
- Branches:
- master
- Children:
- d248604
- Parents:
- 38b4e15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ClusterCounting.cc
r38b4e15 r6216fb2 1 /*1 /* 2 2 * Delphes: a framework for fast simulation of a generic collider experiment 3 3 * Copyright (C) 2020 Universite catholique de Louvain (UCLouvain), Belgium … … 124 124 candidate = static_cast<Candidate*>(candidate->Clone()); 125 125 126 Ncl = -999; 127 128 129 // computation of Nclusters is not supported for electrons 130 /* 131 if (TMath::Abs(particle->PID) == 11) 132 { 133 candidate->Nclusters = Ncl; 134 candidate->dNdx = -999; 135 } 136 */ 126 Ncl = 0.; 137 127 if (fTrackUtil->IonClusters(Ncl, mass, Par)) 138 128 {
Note:
See TracChangeset
for help on using the changeset viewer.