#include <stdlib.h>
#include "Riostream.h"
#include "TROOT.h"
#include "TFile.h"
#include "TNetFile.h"
#include "TRandom.h"
#include "TTree.h"
#include "TBranch.h"
#include "TClonesArray.h"
#include "TStopwatch.h"
#include "XANADOO/domain/interface/XANAEsdEvent.h"
Include dependency graph for MainEvent.cpp:
Go to the source code of this file.
Compounds | |
class | MainEventClass |
Functions | |
int | main (int argc, char **argv) |
|
Definition at line 118 of file MainEvent.cpp. References MainEventClass::end, main, and MainEventClass::process. Referenced by main.
00119 { 00120 MainEventClass main; 00121 main.process(); 00122 main.end(); 00123 return 0; 00124 } |