FairRoot/PandaRoot
|
#include <algorithm>
#include <map>
#include <utility>
#include <iostream>
#include "TFile.h"
#include "TTree.h"
#include "TString.h"
#include "TROOT.h"
#include "TEventList.h"
#include "TDirectory.h"
Go to the source code of this file.
Macros | |
#define | MAX 1000 |
#define | BINS 100 |
#define | NCAN 3 |
Typedefs | |
typedef std::map< int, int > | CountMap |
Functions | |
int | uid (int lev, int lrun, int lmode) |
int | countevents (TString fname, TString ntp, TString cut) |
Variables | |
CountMap | evcnt |
Int_t | ev |
Int_t | run |
Int_t | mode |
Int_t | rec |
Int_t | nbranch |
#define BINS 100 |
Definition at line 14 of file countevents.C.
#define MAX 1000 |
Definition at line 13 of file countevents.C.
#define NCAN 3 |
Definition at line 15 of file countevents.C.
Definition at line 17 of file countevents.C.
int uid | ( | int | lev, |
int | lrun, | ||
int | lmode | ||
) |
Definition at line 25 of file countevents.C.
Referenced by countevents().
Int_t ev |
Definition at line 21 of file countevents.C.
Referenced by countevents().
CountMap evcnt |
Definition at line 19 of file countevents.C.
Referenced by countevents().
Int_t mode |
Definition at line 21 of file countevents.C.
Referenced by countevents().
Int_t nbranch |
Definition at line 21 of file countevents.C.
Int_t rec |
Definition at line 21 of file countevents.C.
Referenced by countevents().
Int_t run |
Definition at line 21 of file countevents.C.
Referenced by countevents().