Fork me on GitHub

Changeset 288 in svn for trunk/interface


Ignore:
Timestamp:
Mar 3, 2009, 12:45:22 AM (15 years ago)
Author:
Xavier Rouby
Message:

charge added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/LHCOConverter.h

    r275 r288  
    3535/// \file LHCOConverter
    3636/// \brief Converter from ExRootAnalysis to LHCO files
    37 
     37#include <sstream>
    3838#include <string>
    3939using namespace std;
     
    5353
    5454private:
    55   void BranchReader(const TClonesArray*, unsigned int&, unsigned short int ) const; // put it as a operator<<
     55  //ostringstream BranchReader(const TClonesArray*, unsigned int&, unsigned short int ) const; // put it as a operator<<
     56  void BranchReader(const TClonesArray*, unsigned int&, unsigned short int ) const;
    5657  const string inputfilename_;
    5758  string inputlogname_;
Note: See TracChangeset for help on using the changeset viewer.