The modules
The eN executable consists mainly of 4 modules ( in the package PADSMods):
if (_tManager){
return AppResult::OK;
Filling the branches is controlled via talk-to and there is a an easy filter (module EZFilter ) to select events based on simple cuts or for example L1/L2 trigger bits: example tcl files of how to run eN can be found in the PADSMods/test/ directory.
If you want to test new ntuplizers you need
to addpkg -h PADSMods and edit :
NtupleOutputModule
.hh and NtupleOutputModule.cc
following the many examples already in.
Besides this you need to modify the GNUmakefile
in order to include the right libraries needed to build the executable
( Namely your new MyObjects_ntuple library and MyObjects library, if not
already in)