Skip to content
Snippets Groups Projects

Fixed algorithm to include BCID in the HLT and included some test algorithm to compare offline and online cells

Merged Denis Oliveira Damazio requested to merge damazio/athena:BCIDCross into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -67,6 +67,7 @@ StatusCode CompareCells::execute( const EventContext& context ) const {
if ( offcell->caloDDE()->is_tile() ) continue;
for ( auto hltcell : c) {
const CaloDetDescrElement* hltdde = hltcell->caloDDE();
if ( hltdde && hltdde->is_tile() ) continue;
if ( id == hltcell->ID() ) {
int samp = hltdde->getSampling();
if ( offcell->et() > 5e3 )
Loading