AMSDST
|
#include <unistd.h>
#include <cstdio>
#include <iostream>
#include <signal.h>
#include <getopt.h>
#include "root_RVSP.h"
#include "amschain.h"
#include <TFile.h>
#include <TKey.h>
#include <TTree.h>
#include <Compression.h>
#include <TrRecon.h>
#include "debug.h"
#include "myChain.h"
#include "myInfo.h"
#include "myRTI.h"
#include "myStatus.h"
#include "myHeader.h"
#include "myEvent.h"
#include "myParticle.h"
#include "myMC.h"
#include "myBeta.h"
#include "myBetaH.h"
#include "myTrdTrack.h"
#include "myTrdTrackPlus.h"
#include "myTrdK.h"
#include "myTrdQtFromTrTrack.h"
#include "myRichRing.h"
#include "myEcalShower.h"
#include "myTrTrack.h"
#include "myTrTrackPlus.h"
#include "myEcalShowerPlus.h"
#include "myRichRingPlus.h"
#include "myBetaPlus.h"
#include "myBetaHPlus.h"
#include "config.hxx"
Go to the source code of this file.
Classes | |
struct | gargs_t |
Macros | |
#define | _SELECT_ALL_ |
Functions | |
void | shandler (int sig) |
int | main (int argc, char *argv[]) |
TString | CreateOutputFileName (TTree *_InputTree) |
bool | GoodEventToBeNtuplized (AMSEventR *ev) |
void | _usage (char *name) |
int | _proc_args (int argc, char *argv[]) |
Variables | |
volatile bool | stoploop =false |
struct gargs_t | gargs |
static struct option | long_options [] |
#define _SELECT_ALL_ |
Definition at line 45 of file Ntuplize.cxx.
int _proc_args | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 107 of file Ntuplize.cxx.
References gargs, gsection, long_options, gargs_t::notrackerplus, gargs_t::num, gargs_t::odir, and gargs_t::start.
Referenced by main().
void _usage | ( | char * | name | ) |
Definition at line 93 of file Ntuplize.cxx.
Referenced by main().
TString CreateOutputFileName | ( | TTree * | _InputTree | ) |
Definition at line 627 of file Ntuplize.cxx.
Referenced by main().
bool GoodEventToBeNtuplized | ( | AMSEventR * | ev | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 195 of file Ntuplize.cxx.
References _proc_args(), _usage(), CreateOutputFileName(), gargs, GoodEventToBeNtuplized(), gsection, myEvent::ms, gargs_t::notrdqtplus, gargs_t::num, gargs_t::odir, myInfo::OriginalFiles, PRINTDEBUG, myEvent::RTI, shandler(), gargs_t::start, stoploop, myEvent::vmbhp, myEvent::vmbp, myEvent::vmep, myEvent::vmrp, myEvent::vmtp, myEvent::vmuktp, myEvent::vmukup, myEvent::vmup, and myEvent::vmuqtp.
void shandler | ( | int | sig | ) |
struct gargs_t gargs |
Referenced by _proc_args(), and main().
|
static |
Definition at line 81 of file Ntuplize.cxx.
Referenced by _proc_args().
volatile bool stoploop =false |
Definition at line 52 of file Ntuplize.cxx.
Referenced by main(), and shandler().