Skip to content
Snippets Groups Projects
Commit 2a828e00 authored by cantel's avatar cantel
Browse files

minor changes - removal of commented code, moving copyright header to very top...

minor changes - removal of commented code, moving copyright header to very top -, addressing code review comments.


Former-commit-id: 74961ac4
parent 8a671b91
No related branches found
No related tags found
Loading
// Dear emacs, this is -*- c++ -*-
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
// Dear emacs, this is -*- c++ -*-
// $Id: JetTrigAuxContainer_v2.h 2017-02-12 16:52 sschramm $
#ifndef XAODJET_VERSIONS_JETTRIGAUXCONTAINER_V2_H
#define XAODJET_VERSIONS_JETTRIGAUXCONTAINER_V2_H
......
......@@ -69,12 +69,6 @@ persToTrans( const xAOD::JetTrigAuxContainer_v1* oldObj,
}
newInt.setStore( newObj );
/** THIS IS WHERE CONVERSION CAN BE DONE IF NEEDED
E.g. you might want to create an empty vector of ElementLinks for the new branch.
**/
std::vector< std::vector< ElementLink< xAOD::IParticleContainer > > > GhostTrack;
// Print what happened:
......
// Dear emacs, this is -*- c++ -*-
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
// Dear emacs, this is -*- c++ -*-
// $Id: xAODJetTrigAuxContainerCnv_v1.h 797270 2017-02-15 00:03:55Z khoo $
#ifndef XAODJETATHENAPOOL_XAODJETTRIGAUXCONTAINERCNV_V1_H
#define XAODJETATHENAPOOL_XAODJETTRIGAUXCONTAINERCNV_V1_H
......
......@@ -61,14 +61,6 @@ class TrigHLTJetRecBase: public HLT::FexAlgo {
LabelIndex* indexMap,
PseudoJetVector& pjv_secondary);
/*virtual HLT::ErrorCode retrieveSecondaryPseudoJetGetter();
virtual HLT::ErrorCode getSecondaryPseudoJets(HLT::TriggerElement* inputTE,
LabelIndex* indexMap,
PseudoJetVector& pjv);
virtual HLT::ErrorCode loadSecondaryPseudoJets(
PseudoJetVector& pjv);
*/
ToolHandle<ITriggerPseudoJetGetter> m_secondarypseudoJetGetter; // a secondary pseudojet getter (for e.g. ghost association)
std::string m_secondarylabel; // to label secondary pseudojets
//
......
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