--- UserCode/DTDPGAnalysis/interface/DefineTreeVariables.h 2011/03/23 16:24:40 1.14 +++ UserCode/DTDPGAnalysis/interface/DefineTreeVariables.h 2012/05/28 14:28:49 1.19 @@ -24,9 +24,12 @@ float PV_xzE; float PV_yzE; float PV_normchi2; +float PV_Nvtx; //luminosity float lumiperblock; +float beam1Intensity; +float beam2Intensity; // HLT std::vector hlt_path; @@ -110,10 +113,25 @@ std::vector ltDCC_thBx; std::vector ltDCC_thWheel; std::vector ltDCC_thSector; std::vector ltDCC_thStation; -// std::vector ltDCC_thX; -// std::vector ltDCC_thY; -// TMatrixD ltDCC_thTheta; -// TMatrixD ltDCC_thCode; +std::vector ltDCC_thHits; + + +// Simuation (emulator) DCC variables +std::vector ltDCCemu_wheel; +std::vector ltDCCemu_sector; +std::vector ltDCCemu_station; +std::vector ltDCCemu_quality; +std::vector ltDCCemu_bx; +std::vector ltDCCemu_phi; +std::vector ltDCCemu_phiB; +std::vector ltDCCemu_is2nd; + +std::vector ltDCCemu_thBx; +std::vector ltDCCemu_thWheel; +std::vector ltDCCemu_thSector; +std::vector ltDCCemu_thStation; +std::vector ltDCCemu_thHits; + //DDU variables std::vector ltDDU_wheel; @@ -183,3 +201,14 @@ std::vector gt_algo_bx; std::vector gt_algo_bit; std::vector gt_tt_bx; std::vector gt_tt_bit; + +//RPC +std::vector rpc_clusterSize; +std::vector rpc_strip; +std::vector rpc_bx; +std::vector rpc_station; +std::vector rpc_sector; +std::vector rpc_layer; +std::vector rpc_subsector; +std::vector rpc_roll; +std::vector rpc_ring;