Fork me on GitHub

Changeset 1356 in svn for trunk/modules/Calorimeter.h


Ignore:
Timestamp:
Mar 9, 2014, 12:09:46 PM (11 years ago)
Author:
Michele Selvaggi
Message:

separated Photon and Neutral Hadron components in particle algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/Calorimeter.h

    r1345 r1356  
    55 *
    66 *  Fills calorimeter towers, performs calorimeter resolution smearing,
    7  *  preselects towers hit by photons and creates energy flow objects.
     7 *  and creates energy flow objects (tracks, photons, and neutral hadrons).
    88 *
    99 *  $Date$
     
    7979  TObjArray *fTowerOutputArray; //!
    8080  TObjArray *fPhotonOutputArray; //!
    81 
     81 
    8282  TObjArray *fEFlowTrackOutputArray; //!
    83   TObjArray *fEFlowTowerOutputArray; //!
     83  TObjArray *fEFlowPhotonOutputArray; //!
     84  TObjArray *fEFlowNeutralHadronOutputArray; //!
    8485
    8586  TObjArray *fTowerTrackArray; //!
Note: See TracChangeset for help on using the changeset viewer.