12 #include <TPolyLine.h> 27 static int dee( SuperCrysCoord iX, SuperCrysCoord iY,
int iz );
28 static int quadrant( SuperCrysCoord iX, SuperCrysCoord iY );
29 static int sector( SuperCrysCoord iX, SuperCrysCoord iY );
30 static int sm( SuperCrysCoord iX, SuperCrysCoord iY,
int iz );
31 static int lmmod( SuperCrysCoord iX, SuperCrysCoord iY );
32 static int sc_in_quad( SuperCrysCoord iX, SuperCrysCoord iY );
33 static int sc( SuperCrysCoord iX, SuperCrysCoord iY );
34 static int dcc( SuperCrysCoord iX, SuperCrysCoord iY,
int iz );
35 static int lmr( SuperCrysCoord iX, SuperCrysCoord iY,
int iz );
36 static int side( SuperCrysCoord iX, SuperCrysCoord iY,
int iz );
39 static int crystal( CrysCoord ix, CrysCoord iy );
41 static int dee(
int ilmr );
42 static bool near(
int ilmr );
49 static std::pair<int, int>
pn(
int dee,
int ilmod );
50 static std::pair<int,int>
memFromLmr(
int ilmr );
59 static int sc_type( SuperCrysCoord iX, SuperCrysCoord iY );
static std::pair< int, int > memFromLmr(int ilmr)
static int lmmod(SuperCrysCoord iX, SuperCrysCoord iY)
static int crystal(CrysCoord ix, CrysCoord iy)
static void getBoundary(std::list< std::pair< float, float > > &l, int type, int num, int iz=-1, int xside=0)
static int apdRefTower(int ilmr, int ilmmod)
static int smFromDcc(int idcc)
static int side(SuperCrysCoord iX, SuperCrysCoord iY, int iz)
static bool near(int ilmr)
static int dcc(SuperCrysCoord iX, SuperCrysCoord iY, int iz)
static int sc_type(SuperCrysCoord iX, SuperCrysCoord iY)
static int sc_in_quad(SuperCrysCoord iX, SuperCrysCoord iY)
static std::pair< int, int > pn(int dee, int ilmod)
static int dccFromSm(int ism)
static TString smName(int ism)
static int sm(SuperCrysCoord iX, SuperCrysCoord iY, int iz)
static int sector(SuperCrysCoord iX, SuperCrysCoord iY)
static std::vector< int > lmmodFromLmr(int ilmr)
static TGraph * getGraphBoundary(int type, int num, int iz=-1, int xside=0)
static int deeFromMem(int imem)
std::pair< float, float > EtaPhiPoint
static std::vector< int > apdRefChannels(int ilmmod)
static int crystal_in_sc(CrysCoord ix, CrysCoord iy)
static int dee(SuperCrysCoord iX, SuperCrysCoord iY, int iz)
static int quadrant(SuperCrysCoord iX, SuperCrysCoord iY)
int ism(int ieta, int iphi)
static int sc(SuperCrysCoord iX, SuperCrysCoord iY)
static int lmr(SuperCrysCoord iX, SuperCrysCoord iY, int iz)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run