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);
fwlite::AnalyzerWrapper< BasicMuonAnalyzer > WrappedFWLiteMuonAnalyzer
static void enable()
enable automatic library loading
virtual void beginJob()
everything which has to be done before the event loop
std::unique_ptr< edm::ParameterSet > readPSetsFrom(std::string const &fileOrString)
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...
int main(int argc, char *argv[])