Skip to content
Snippets Groups Projects
Commit 436b610a authored by Mark Sutton's avatar Mark Sutton Committed by Graeme Stewart
Browse files

fix fullscan Roi (TrigInDetAnalysisUtils-00-01-67)

	* TrigInDetAnalysisUtils-00-01-67
	* fix fullscan Roi
parent d7c5873d
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,9 @@ public:
r.phi(), r.phiMinus(), r.phiPlus(),
r.zed(), r.zedMinus(), r.zedPlus() )
{
this->m_fullscan = r.isFullscan();
if ( r.size()>0 ) {
for ( unsigned i=0 ; i<r.size() ; i++ ) {
const IRoiDescriptor* _r = r.at(i);
......
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