Skip to content
Snippets Groups Projects
Commit 59014e34 authored by James Beacham's avatar James Beacham
Browse files

Merge branch '21.0-SCTCalib2017' into '21.0'

21.0 sct calib2017

See merge request !4948

Former-commit-id: 75e26588baec26a5c54c209873f4425a6e446f0f
parents c25fcf43 865dd734
No related branches found
No related tags found
No related merge requests found
......@@ -388,6 +388,9 @@ class SCTCalib : public AthAlgorithm {
std::string
getStripList( const std::set<Identifier>& stripIdList ) const;
std::set<Identifier>
getOverlapStripList( const std::set<Identifier>& stripAllIdList, const std::set<Identifier>& stripRefIdList ) const;
StatusCode
noisyStripsToXml( const std::map< Identifier, std::set<Identifier> >& moduleList, const std::string& badStripsFile ) const;
......
......@@ -168,7 +168,7 @@ def main( runNum = None, procType = None, forceSkipQueue = 0, Stream = None ):
if 'Project tag:' in line and runPro=='':
runPro = line.split('\'')[1]
if runNum!='' and runPro!='':
if 'data17_cos' in runPro or 'data17_13TeV' in runPro or 'data17_hi' in runPro:
if 'data17_cos' in runPro or 'data17_13TeV' in runPro or 'data17_5TeV' in runPro or 'data17_900GeV' in runPro or 'data17_hi' in runPro:
runList.append(runNum)
runDict[runNum] = runPro
runNum=''
......
This diff is collapsed.
......@@ -121,7 +121,7 @@ SCT_CalibEventInfo::handle(const Incident &inc){
EventInfo* eventInfo = const_cast<EventInfo*>( m_evt );
eventInfo->event_ID()->set_run_number( m_runNumber );
eventInfo->event_ID()->set_time_stamp( m_timeStampBegin );
msg( MSG::DEBUG ) << SCT_CalibAlgs::eventInfoAsString(m_evt)<<endreq;
msg( MSG::INFO ) << SCT_CalibAlgs::eventInfoAsString(m_evt)<<endreq;
} else msg( MSG::FATAL ) << "SCT_CalibEventInfo: Unknown source!" << endreq;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment