Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/LeptonDressing.h

    rcab38f6 r341014c  
    3434{
    3535public:
    36 
    3736  LeptonDressing();
    3837  ~LeptonDressing();
    39  
     38
    4039  void Init();
    4140  void Process();
     
    4342
    4443private:
     44  Double_t fDeltaR;
    4545
    46   Double_t fDeltaR;
    47  
    4846  TIterator *fItDressingInputArray; //!
    49  
     47
    5048  TIterator *fItCandidateInputArray; //!
    5149
    5250  const TObjArray *fDressingInputArray; //!
    53  
     51
    5452  const TObjArray *fCandidateInputArray; //!
    5553
Note: See TracChangeset for help on using the changeset viewer.