[12gevmoller_sim] Moller sim commit: r305 - in prexsim/trunk: . include src

rakithab at jlab.org rakithab at jlab.org
Mon Jan 13 17:26:49 EST 2014


Author: rakithab
Date: 2014-01-13 17:26:49 -0500 (Mon, 13 Jan 2014)
New Revision: 305

Modified:
   prexsim/trunk/include/MollerAnalysis.hh
   prexsim/trunk/include/RootAnalysis.hh
   prexsim/trunk/moller_sim.cc
   prexsim/trunk/src/MollerAnalysis.cc
Log:
Added the feature to save the GDML file contents, contents of the two macros in batch mode running into the root file. The information is saved as TList,
	GDML_List
	macro_1_List
	macro_1_List
	
This TList can be accessed by,

  TList *obj = (TList *)Tf.FindObjectAny("GDML_List");
  TIter next = obj->MakeIterator();
  TObject * new_object;
  while (new_object = next()){
    std::cout << new_object->GetName()<< std::endl;
  }
	






More information about the 12gevmoller_sim mailing list