10 gSystem->Load(
"libFWCoreFWLite" );
16 std::cout <<
"Usage : " << argv[0] <<
" [parameters.py]" << std::endl;
20 std::cout <<
" ERROR: ParametersSet 'plot' is missing in your configuration file" << std::endl;
exit(0);
std::shared_ptr< ParameterSet > readPSetsFrom(std::string const &fileOrString)
int main(int argc, char **argv)
fwlite::AnalyzerWrapper< BasicMuonAnalyzer > WrappedFWLiteMuonAnalyzer
static void enable()
enable automatic library loading
virtual void beginJob()
everything which has to be done before the event loop
virtual void endJob()
everything which has to be done after the event loop
virtual void analyze()
everything which has to be done during the event loop. NOTE: the event will be looped inside this fun...