Fork me on GitHub

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


Ignore:
Timestamp:
Feb 2, 2009, 12:39:42 PM (16 years ago)
Author:
Xavier Rouby
Message:

include statements have been cleaned ; copy-constructor ; operator= ; destructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/BFieldProp.h

    r199 r223  
    1313
    1414#include "TLorentzVector.h"
    15 #include "interface/SmearUtil.h"
    16 #include "Utilities/ExRootAnalysis/interface/BlockClasses.h"
    17 #include "Utilities/ExRootAnalysis/interface/TSimpleArray.h"
     15#include "SmearUtil.h"
     16#include "BlockClasses.h"
     17#include "TSimpleArray.h"
    1818
    1919using namespace std;
     
    2323 public:
    2424  // Constructor
    25     TrackPropagation(const string DetDatacard);
     25    TrackPropagation();
     26    TrackPropagation(const string& DetDatacard);
     27    TrackPropagation(const RESOLution * DetDatacard);
     28    TrackPropagation(const TrackPropagation & tp);
     29    TrackPropagation& operator=(const TrackPropagation & tp);
     30    ~TrackPropagation() {delete DET;};
     31    void init(); // for constructors
    2632 
    2733    void Propagation(const TRootGenParticle *Part,TLorentzVector &genMomentum);
Note: See TracChangeset for help on using the changeset viewer.