Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

TMBL1toL2CTT.cpp

Go to the documentation of this file.
00001 #include "tmb_tree/TMBL1toL2CTT.hpp"
00002 
00003 ClassImp(TMBL1toL2CTT)
00004 
00005 #ifndef __CINT__  // YC: CINT cannot cope with this when loading the macro in ROOT...
00006 const float TMBL1toL2CTT::center_fineptbin[4][8] = {
00007   { 63.75,26.50,15.96,11.42,0.00,0.00,0.00,0.00},   // pTbin = 0
00008   {  8.89, 7.27, 6.15, 5.33,0.00,0.00,0.00,0.00},   // pTbin = 1
00009   {  7.75, 5.00, 4.00, 3.50,0.00,0.00,0.00,0.00},   // pTbin = 2
00010   {  3.00, 2.50, 2.25, 2.00,1.75,1.75,1.50,1.50} }; // pTbin = 3
00011 #endif
00012 
00013 TMBL1toL2CTT::TMBL1toL2CTT(){
00014   preshoweraddress = -10;
00015   hasadjpscluster = 0;
00016   errorcode = -10;
00017   hasloosepsmatch = 0;
00018   hastightpsmatch = 0;
00019   fineptbin = -10;
00020   ptbin = -10;
00021   sign = -10;
00022   sector = -10;
00023   duplicate = 0;
00024   isolated = 0;
00025   fibrenumber = -10;
00026 }
00027 
00028 
00029 TMBL1toL2CTT::TMBL1toL2CTT(const TMBL1toL2CTT& x): TObject(x){
00030   preshoweraddress = x.preshoweraddress;
00031   hasadjpscluster = x.hasadjpscluster;
00032   errorcode = x.errorcode;
00033   hasloosepsmatch = x.hasloosepsmatch;
00034   hastightpsmatch = x.hastightpsmatch;
00035   fineptbin = x.fineptbin;
00036   ptbin = x.ptbin;
00037   sign = x.sign;
00038   sector = x.sector;
00039   duplicate = x.duplicate;
00040   isolated = x.isolated;
00041   fibrenumber = x.fibrenumber;
00042 }

Generated on Tue Mar 28 10:13:04 2006 for CAF by doxygen 1.3.4