susy_cfa  b611ccad937ea179f86a1f5663960264616c0a20
event_handler_base.cpp
Go to the documentation of this file.
1 // event_handle_base: base class for reduced tree production
2 // File generated with generate_small_tree.exe
3 
4 #include "event_handler_base.hpp"
5 
6 #include <string>
7 using namespace std;
8 
9 event_handler_base::event_handler_base(const string &file_name):
10  phys_objects(file_name){
11 }
12 
14 }
15 
STL namespace.
event_handler_base(const std::string &file_name)