Fork me on GitHub

Changeset 100 in svn for trunk/interface/BFieldProp.h


Ignore:
Timestamp:
Dec 18, 2008, 2:39:26 PM (16 years ago)
Author:
severine ovyn
Message:

Remove datacard bug + CaloTowers OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/BFieldProp.h

    r62 r100  
    1616
    1717#include "interface/SmearUtil.h"
     18
    1819#include "Utilities/ExRootAnalysis/interface/BlockClasses.h"
    1920#include "Utilities/ExRootAnalysis/interface/TSimpleArray.h"
     
    2122using namespace std;
    2223
    23 class TrackPropagation : public RESOLution{
     24class TrackPropagation {
    2425
    2526 public:
    2627  // Constructor
    27     TrackPropagation();
     28    TrackPropagation(string DetDatacard);
    2829 
    2930    void Propagation(const TRootGenParticle *Part,TLorentzVector &genMomentum);
     
    3132    int MAXITERATION;
    3233    int MINSEGLENGTH;
    33  
     34
     35 private:
     36
     37   RESOLution *DET; 
    3438};
    3539 
Note: See TracChangeset for help on using the changeset viewer.