Fork me on GitHub

Changeset 6216fb2 in git for modules


Ignore:
Timestamp:
May 17, 2021, 5:10:22 PM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
d248604
Parents:
38b4e15
Message:

removed electron protection in cluster counting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ClusterCounting.cc

    r38b4e15 r6216fb2  
    1   /*
     1   /*
    22 *  Delphes: a framework for fast simulation of a generic collider experiment
    33 *  Copyright (C) 2020  Universite catholique de Louvain (UCLouvain), Belgium
     
    124124    candidate = static_cast<Candidate*>(candidate->Clone());
    125125
    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.;
    137127    if (fTrackUtil->IonClusters(Ncl, mass, Par))
    138128    {
Note: See TracChangeset for help on using the changeset viewer.