Fork me on GitHub

Changeset c5e72d8 in git for modules


Ignore:
Timestamp:
Aug 23, 2014, 5:50:13 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
7fe06d6
Parents:
9582d01
Message:

remove unneeded 'class DelphesFormula;' declarations and add ifndef expressions for CLING

Location:
modules
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • modules/BTagging.h

    r9582d01 rc5e72d8  
    4343  Double_t fDeltaR;
    4444
     45#if !defined(__CINT__) && !defined(__CLING__)
    4546  std::map< Int_t, DelphesFormula * > fEfficiencyMap; //!
    46  
     47#endif
     48
    4749  BTaggingPartonClassifier *fClassifier; //!
    4850 
  • modules/Cloner.h

    r9582d01 rc5e72d8  
    1818
    1919class TObjArray;
    20 class DelphesFormula;
    2120
    2221class Cloner: public DelphesModule
  • modules/JetPileUpSubtractor.h

    r9582d01 rc5e72d8  
    1818
    1919class TObjArray;
    20 class DelphesFormula;
    2120
    2221class JetPileUpSubtractor: public DelphesModule
  • modules/Merger.h

    r9582d01 rc5e72d8  
    2121class TIterator;
    2222class TObjArray;
    23 class DelphesFormula;
    2423
    2524class Merger: public DelphesModule
  • modules/PileUpJetID.h

    r9582d01 rc5e72d8  
    1717
    1818class TObjArray;
    19 class DelphesFormula;
    2019
    2120class PileUpJetID: public DelphesModule
  • modules/TauTagging.h

    r9582d01 rc5e72d8  
    4141  Double_t fDeltaR;
    4242
     43#if !defined(__CINT__) && !defined(__CLING__)
    4344  std::map< Int_t, DelphesFormula * > fEfficiencyMap; //!
     45#endif
    4446 
    4547  TauTaggingPartonClassifier *fClassifier; //!
  • modules/TimeSmearing.h

    r9582d01 rc5e72d8  
    1616class TIterator;
    1717class TObjArray;
    18 class DelphesFormula;
    1918
    2019class TimeSmearing: public DelphesModule
  • modules/TrackCountingBTagging.h

    r9582d01 rc5e72d8  
    1919
    2020class TObjArray;
    21 class DelphesFormula;
    2221
    2322class TrackCountingBTagging: public DelphesModule
  • modules/TreeWriter.h

    r9582d01 rc5e72d8  
    5555  void ProcessHectorHit(ExRootTreeBranch *branch, TObjArray *array);
    5656
    57 #ifndef __CINT__
     57#if !defined(__CINT__) && !defined(__CLING__)
    5858  typedef void (TreeWriter::*TProcessMethod)(ExRootTreeBranch *, TObjArray *); //!
    5959
Note: See TracChangeset for help on using the changeset viewer.