Fork me on GitHub

Changeset cab38f6 in git for modules/IdentificationMap.h


Ignore:
Timestamp:
Dec 19, 2014, 3:15:11 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
df35033
Parents:
a190d94
Message:

remove svn tags and fix formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/IdentificationMap.h

    ra190d94 rcab38f6  
    2323/** \class IdentificationMap
    2424 *
    25  *  Converts particles with some PDG code into another particle, according to parametrized probability as function of pt eta
    26  given by user.
    27  *
    28  *  $Date: 2014-08-07 14:57:44 +0100 (Thu, 07 Aug 2014) $
    29  *  $Revision: 905 $
    30  *
     25 *  Converts particles with some PDG code into another particle,
     26 *  according to parametrized probability.
    3127 *
    3228 *  \author M. Selvaggi - UCL, Louvain-la-Neuve
     
    5248
    5349private:
    54  
     50
    5551  typedef std::multimap< Int_t, std::pair<Int_t , DelphesFormula * > > TMisIDMap; //!
    56  
     52
    5753  TMisIDMap fEfficiencyMap;
    58  
     54
    5955  TIterator *fItInputArray; //!
    6056
Note: See TracChangeset for help on using the changeset viewer.