Fork me on GitHub

Changeset 9ca0c9c in git for modules


Ignore:
Timestamp:
Aug 23, 2014, 8:14:39 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
be6c1c8
Parents:
7fe06d6
Message:

add ifndef CINT to modules/Weighter.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Weighter.h

    r7fe06d6 r9ca0c9c  
    3333
    3434private:
     35
     36#if !defined(__CINT__) && !defined(__CLING__)
    3537  struct TIndexStruct
    3638  {
     
    4143  std::set<Int_t> fWeightSet, fCodeSet;
    4244  std::map<TIndexStruct, Double_t> fWeightMap;
     45#endif
    4346
    4447  TIterator *fItInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.