Fork me on GitHub

Changeset 1180bc1 in git for modules/BTagging.h


Ignore:
Timestamp:
Jun 30, 2015, 2:38:29 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
c627b07
Parents:
6153fb0
Message:

fixed BTagging without LHEF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/BTagging.h

    r6153fb0 r1180bc1  
    3737class DelphesFormula;
    3838
    39 class ExRootFilter;
    40 class BTaggingPartonClassifier;
    41 
    4239class BTagging: public DelphesModule
    4340{
     
    5552  Int_t fBitNumber;
    5653
    57   Double_t fDeltaR;
    58 
    5954#if !defined(__CINT__) && !defined(__CLING__)
    6055  std::map< Int_t, DelphesFormula * > fEfficiencyMap; //!
    6156#endif
    6257
    63   BTaggingPartonClassifier *fClassifier; //!
    64  
    65   ExRootFilter *fFilter;
    66 
    67   TIterator *fItPartonInputArray; //!
    68  
    6958  TIterator *fItJetInputArray; //!
    70 
    71   const TObjArray *fPartonInputArray; //!
    7259 
    7360  const TObjArray *fJetInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.