BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcRawDataProvider Class Reference

#include <MdcRawDataProvider.h>

+ Inheritance diagram for MdcRawDataProvider:

Public Types

enum  MdcControlMode {
  i_maxMdcDigi = 0x1FFF , b_keepUnmatch = 0x2000 , b_dropHot = 0x4000 , b_keepSkipped = 0x8000 ,
  b_keepBadTdc = 0x10000 , b_unRedo = 0x20000 , b_keepAllChannel = 0x40000 , i_maxMdcDigi = 0x1FFF ,
  b_keepUnmatch = 0x2000 , b_dropHot = 0x4000 , b_keepSkipped = 0x8000 , b_keepBadTdc = 0x10000 ,
  b_unRedo = 0x20000 , b_keepAllChannel = 0x40000
}
 
enum  MdcControlMode {
  i_maxMdcDigi = 0x1FFF , b_keepUnmatch = 0x2000 , b_dropHot = 0x4000 , b_keepSkipped = 0x8000 ,
  b_keepBadTdc = 0x10000 , b_unRedo = 0x20000 , b_keepAllChannel = 0x40000 , i_maxMdcDigi = 0x1FFF ,
  b_keepUnmatch = 0x2000 , b_dropHot = 0x4000 , b_keepSkipped = 0x8000 , b_keepBadTdc = 0x10000 ,
  b_unRedo = 0x20000 , b_keepAllChannel = 0x40000
}
 

Public Member Functions

 MdcRawDataProvider ()
 
 MdcRawDataProvider (const char *name)
 
 ~MdcRawDataProvider ()
 
StatusCode initialize (ISvcLocator *svcLoc=0, IMessageSvc *pMsg=0)
 
void handle (const Incident &)
 
void setSkipLayers (const std::vector< int > &skipLayers)
 
void setEffThreshold (float effThreshold)
 
MdcDigiVecgetMdcDigiVec (uint32_t control=0)
 
 MdcRawDataProvider ()
 
 MdcRawDataProvider (const char *name)
 
 ~MdcRawDataProvider ()
 
StatusCode initialize (ISvcLocator *svcLoc=0, IMessageSvc *pMsg=0)
 
void handle (const Incident &)
 
void setSkipLayers (const std::vector< int > &skipLayers)
 
void setEffThreshold (float effThreshold)
 
MdcDigiVecgetMdcDigiVec (uint32_t control=0)
 
- Public Member Functions inherited from RawDataProviderBase
 RawDataProviderBase (const char *name)
 
virtual ~RawDataProviderBase ()
 
StatusCode initialize (ISvcLocator *svcLoc=0, IMessageSvc *pMsg=0)
 
void setSvcLocator (ISvcLocator *svcLoc)
 
void setMsgSvc (IMessageSvc *svc)
 
void setMsgName (const char *name)
 
 RawDataProviderBase (const char *name)
 
virtual ~RawDataProviderBase ()
 
StatusCode initialize (ISvcLocator *svcLoc=0, IMessageSvc *pMsg=0)
 
void setSvcLocator (ISvcLocator *svcLoc)
 
void setMsgSvc (IMessageSvc *svc)
 
void setMsgName (const char *name)
 

Additional Inherited Members

- Protected Member Functions inherited from RawDataProviderBase
 RawDataProviderBase ()
 
 RawDataProviderBase ()
 
- Protected Attributes inherited from RawDataProviderBase
ISvcLocator * m_svcLocator
 
IMessageSvc * m_msgSvc
 
std::string m_name
 

Detailed Description

Member Enumeration Documentation

◆ MdcControlMode [1/2]

Enumerator
i_maxMdcDigi 
b_keepUnmatch 
b_dropHot 
b_keepSkipped 
b_keepBadTdc 
b_unRedo 
b_keepAllChannel 
i_maxMdcDigi 
b_keepUnmatch 
b_dropHot 
b_keepSkipped 
b_keepBadTdc 
b_unRedo 
b_keepAllChannel 

Definition at line 32 of file Event/RawDataProviderSvc/RawDataProviderSvc-00-03-46/RawDataProviderSvc/MdcRawDataProvider.h.

◆ MdcControlMode [2/2]

Enumerator
i_maxMdcDigi 
b_keepUnmatch 
b_dropHot 
b_keepSkipped 
b_keepBadTdc 
b_unRedo 
b_keepAllChannel 
i_maxMdcDigi 
b_keepUnmatch 
b_dropHot 
b_keepSkipped 
b_keepBadTdc 
b_unRedo 
b_keepAllChannel 

Definition at line 32 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/MdcRawDataProvider.h.

32 {
33 i_maxMdcDigi = 0x1FFF,
34 b_keepUnmatch = 0x2000,
35 b_dropHot = 0x4000,
36 b_keepSkipped = 0x8000,
37 b_keepBadTdc = 0x10000,
38 b_unRedo = 0x20000,
39 b_keepAllChannel = 0x40000
40 };

Constructor & Destructor Documentation

◆ MdcRawDataProvider() [1/4]

MdcRawDataProvider::MdcRawDataProvider ( )

Definition at line 28 of file MdcRawDataProvider.cxx.

28 :
30 digiRef(0),
31 m_mdcCalibFunSvc(0)
32{}

◆ MdcRawDataProvider() [2/4]

MdcRawDataProvider::MdcRawDataProvider ( const char *  name)

Definition at line 35 of file MdcRawDataProvider.cxx.

35 :
36 RawDataProviderBase( name ),
37 digiRef(0),
38 m_mdcCalibFunSvc(0)
39{}

◆ ~MdcRawDataProvider() [1/2]

MdcRawDataProvider::~MdcRawDataProvider ( )

Definition at line 41 of file MdcRawDataProvider.cxx.

41 {
42}

◆ MdcRawDataProvider() [3/4]

MdcRawDataProvider::MdcRawDataProvider ( )

◆ MdcRawDataProvider() [4/4]

MdcRawDataProvider::MdcRawDataProvider ( const char *  name)

◆ ~MdcRawDataProvider() [2/2]

MdcRawDataProvider::~MdcRawDataProvider ( )

Member Function Documentation

◆ getMdcDigiVec() [1/2]

MdcDigiVec & MdcRawDataProvider::getMdcDigiVec ( uint32_t  control = 0)

Definition at line 58 of file MdcRawDataProvider.cxx.

58 {
59 MsgStream log(m_msgSvc, m_name);
60 StatusCode sc;
61 bool unRedo = ((control&b_unRedo)==b_unRedo);
62 if(!unRedo) digiRef.clear();
63 else if(digiRef.size()>0) return digiRef;
64 //---- get event service
65 IDataProviderSvc* evtSvc;
66 // tianhl for mt
67 std::string evtDataSvc_name("EventDataSvc");
68 if(isGaudiThreaded(m_name)){
69 evtDataSvc_name += getGaudiThreadIDfromName(m_name);
70 }
71 // tianhl for mt
72 sc = m_svcLocator->service(evtDataSvc_name.c_str(),evtSvc,true);
73 if (!sc.isSuccess()){
74 log << MSG::FATAL << "Could not load EventDataSvc" << endreq;
75 return digiRef;
76 }
77
78 //---- get max MdcDigi
79 int maxMdcDigi = control&i_maxMdcDigi;
80
81 //---- prepare for drop Bad TDC
82 bool keepBadTdc = ((control&b_keepBadTdc)!=0x10000);
83 double t0 = 0.;
84 if (keepBadTdc){
85 //get MdcCalibFunSvc
86 sc = m_svcLocator->service("MdcCalibFunSvc", m_mdcCalibFunSvc);
87 if ( sc.isFailure() ){
88 log << MSG::FATAL << "Could not load MdcCalibFunSvc!" << endreq;
89 return digiRef;
90 }
91
92 //get event start time t0
93 SmartDataPtr<RecEsTimeCol> esTimeCol(evtSvc,"/Event/Recon/RecEsTimeCol");
94 if (!esTimeCol){
95 log << MSG::INFO<< " Could not retrieve RecEsTimeCol"<< endreq;
96 keepBadTdc = false;
97 }else if( (esTimeCol->size()==0)) {
98 log << MSG::INFO<< " Could not retrieve RecEsTimeCol"<< endreq;
99 keepBadTdc = false;
100 }else{
101 RecEsTimeCol::iterator iter= esTimeCol->begin();
102 for(; iter!=esTimeCol->end(); iter++){
103 t0 = (*iter)->getTest();
104 }
105 }//end esTimeCol
106 }
107
108 //----- mark hit on track
109 bool m_hitInUse[43][288];
110 for (int i=0; i<43; i++){
111 for (int j=0; j<288; j++) m_hitInUse[i][j]=false;
112 }
113 bool dropHot = ((control&b_dropHot)==0x4000);
114 if (dropHot){
115 SmartDataPtr<RecMdcHitCol> recHitCol(evtSvc, "/Event/Recon/RecMdcHitCol");
116 if (!recHitCol) {
117 log << MSG::INFO << "Could not retrieve RecMdcHitCol" << endreq;
118 dropHot = false;
119 }else{
120 RecMdcHitCol::iterator iter = recHitCol->begin();
121 for ( ; iter != recHitCol->end(); iter++) {
122 Identifier id = (*iter)->getMdcId();
123 m_hitInUse[MdcID::layer(id)][MdcID::wire(id)] = true;
124 }
125 }
126 }
127
128 //----- mark skipped layers
129 bool isSkipLayers = ((control&b_keepSkipped)!=0x8000) && (m_skipLayers.size()>0);
130
131 bool skipLayer[43];
132 for (int i=0; i<43; i++){skipLayer[i]= false;}
133 for(unsigned iSkip =0; iSkip < m_skipLayers.size(); iSkip++){
134 skipLayer[m_skipLayers[iSkip]]=true;
135 }
136
137 //----- loop MdcDigiCol to select------------------
138 int iDigi=0;
139 int nMatchedDigi=0;
140
141 SmartDataPtr<MdcDigiCol> mdcDigiCol(evtSvc,"/Event/Digi/MdcDigiCol");
142 if (sc!=StatusCode::SUCCESS) {
143 log << MSG::FATAL << "Could not find MdcDigiCol!" << endreq;
144 return digiRef;
145 }
146 MdcDigiCol::iterator iter = mdcDigiCol->begin();
147 for (;iter != mdcDigiCol->end(); iter++,iDigi++ ) {
148 MdcDigi *aDigi = (*iter);
149 Identifier id = aDigi->identify();
150 int layer = MdcID::layer(id);
151 int wire = MdcID::wire(id);
152 unsigned tdc = aDigi->getTimeChannel();
153 unsigned adc = aDigi->getChargeChannel();
154 unsigned overflow = aDigi->getOverflow();
155
156 //--0. skip dead channel
157 if ( ((control&b_keepAllChannel)!=0x40000) && m_mdcCalibFunSvc
158 && m_mdcCalibFunSvc->getWireEff(layer,wire) < m_effThreshold) continue;
159
160 //--1. drop Mdc layer hits
161 if ( isSkipLayers && skipLayer[layer] ) continue;
162
163 //--2. drop hit on track
164 if ( dropHot && m_hitInUse[layer][wire]) continue;
165
166 //--3. drop unmatched, overflow and multi TDC
167 //overflow :
168 // 1, T overflow
169 // 2, Q overflow
170 // 4, multi TDC
171 // 8, multi TDC, earliest
172 if ( ((control&b_keepUnmatch)!=0x2000) &&
173 (((overflow & 1)>0) ||
174 (((overflow&12)!=12)&&((overflow&12)!=0)) ||
175 (tdc==0x7FFFFFFF) || (adc== 0x7FFFFFFF) ) ) { continue; }
176
177
178
179 //--4. drop bad hit(Tdc - t0 < -10 ns)
180 if (keepBadTdc) {
181 // Get T0
182 double T0Walk = 0.;
183 if (m_mdcCalibFunSvc) { T0Walk = m_mdcCalibFunSvc->getT0(layer,wire)
184 + m_mdcCalibFunSvc->getTimeWalk(layer,adc); }
185 if((RawDataUtil::MdcTime(tdc) - T0Walk - t0)<-10.) continue;
186 }
187
188 //--5. skip by max limit of digi number
189 nMatchedDigi++;
190 if ((maxMdcDigi>0) && (nMatchedDigi > maxMdcDigi)){
191 digiRef.clear();
192 return digiRef;
193 }
194
195 digiRef.push_back(aDigi);
196 }//end loop of MdcDigiCol
197 return digiRef;
198}
EvtStreamInputIterator< typename Generator::result_type > iter(Generator gen, int N=0)
virtual double getWireEff(int layid, int cellid) const =0
virtual double getT0(int layid, int cellid) const =0
virtual double getTimeWalk(int layid, double Q) const =0
static int layer(const Identifier &id)
Values of different levels (failure returns 0)
Definition: MdcID.cxx:49
static int wire(const Identifier &id)
Definition: MdcID.cxx:54
virtual Identifier identify() const
Definition: RawData.cxx:15
unsigned int getChargeChannel() const
Definition: RawData.cxx:45
unsigned int getTimeChannel() const
Definition: RawData.cxx:40

Referenced by RawDataProviderSvc::getMdcDigiVec().

◆ getMdcDigiVec() [2/2]

MdcDigiVec & MdcRawDataProvider::getMdcDigiVec ( uint32_t  control = 0)

◆ handle() [1/2]

void MdcRawDataProvider::handle ( const Incident &  inc)

Definition at line 49 of file MdcRawDataProvider.cxx.

49 {
50 MsgStream log( m_msgSvc, m_name );
51 log << MSG::DEBUG << "handle: " << inc.type() << endreq;
52 if ( inc.type() == "BeginEvent" ){
53 digiRef.clear();
54 }
55 return;
56}

Referenced by RawDataProviderSvc::handle().

◆ handle() [2/2]

void MdcRawDataProvider::handle ( const Incident &  )

◆ initialize() [1/2]

StatusCode MdcRawDataProvider::initialize ( ISvcLocator *  svcLoc = 0,
IMessageSvc *  pMsg = 0 
)

Definition at line 44 of file MdcRawDataProvider.cxx.

44 {
45 RawDataProviderBase::initialize( pSvcLoc,pMsg );
46 return StatusCode::SUCCESS;
47}
StatusCode initialize(ISvcLocator *svcLoc=0, IMessageSvc *pMsg=0)

Referenced by RawDataProviderSvc::initialize().

◆ initialize() [2/2]

StatusCode MdcRawDataProvider::initialize ( ISvcLocator *  svcLoc = 0,
IMessageSvc *  pMsg = 0 
)

◆ setEffThreshold() [1/2]

void MdcRawDataProvider::setEffThreshold ( float  effThreshold)
inline

◆ setEffThreshold() [2/2]

void MdcRawDataProvider::setEffThreshold ( float  effThreshold)
inline

Definition at line 27 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/MdcRawDataProvider.h.

27{m_effThreshold=effThreshold;}

◆ setSkipLayers() [1/2]

void MdcRawDataProvider::setSkipLayers ( const std::vector< int > &  skipLayers)
inline

◆ setSkipLayers() [2/2]

void MdcRawDataProvider::setSkipLayers ( const std::vector< int > &  skipLayers)
inline

Definition at line 26 of file InstallArea/include/RawDataProviderSvc/RawDataProviderSvc/MdcRawDataProvider.h.

26{m_skipLayers=skipLayers;}

The documentation for this class was generated from the following files: