Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ExampleModule.h

    r341014c rcab38f6  
    3838{
    3939public:
     40
    4041  ExampleModule();
    4142  ~ExampleModule();
     
    4647
    4748private:
     49
    4850  Int_t fIntParam;
    4951  Double_t fDoubleParam;
    50 
    51   std::deque<Double_t> fArrayParam;
    52 
     52 
     53  std::deque <Double_t> fArrayParam;
     54 
    5355  DelphesFormula *fFormula; //!
    5456
Note: See TracChangeset for help on using the changeset viewer.