Fork me on GitHub

Changeset a5bbe8a in git for modules/IdentificationMap.h


Ignore:
Timestamp:
Dec 21, 2014, 7:48:30 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
d4b9697
Parents:
e5767b57
Message:

fix probability calculation in IdentificationMap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/IdentificationMap.h

    re5767b57 ra5bbe8a  
    4949private:
    5050
    51   typedef std::multimap< Int_t, std::pair<Int_t , DelphesFormula * > > TMisIDMap; //!
     51  typedef std::multimap< Int_t, std::pair< Int_t, DelphesFormula * > > TMisIDMap; //!
    5252
    53   TMisIDMap fEfficiencyMap;
     53  TMisIDMap fEfficiencyMap; //!
    5454
    5555  TIterator *fItInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.