ATLAS Offline Software
Loading...
Searching...
No Matches
Run2ToRun3TrigNavConverterV2.cxx File Reference
#include <boost/functional/hash.hpp>
#include <GaudiKernel/StatusCode.h>
#include "AthLinks/ElementLinkVector.h"
#include "TrigConfHLTUtils/HLTUtils.h"
#include "TrigNavStructure/Types.h"
#include "xAODTrigger/TrigPassBitsContainer.h"
#include "AthenaKernel/ClassID_traits.h"
#include "TrigNavStructure/TriggerElement.h"
#include "Run2ToRun3TrigNavConverterV2.h"
#include "TrigCompositeUtils/ChainNameParser.h"
#include "TrigConfHLTData/HLTSequenceList.h"
#include "SpecialCases.h"
#include <limits>
#include <cstdint>

Go to the source code of this file.

Functions

bool feaToSkip (const HLT::TriggerElement::FeatureAccessHelper &fea)

Function Documentation

◆ feaToSkip()

bool feaToSkip ( const HLT::TriggerElement::FeatureAccessHelper & fea)

Definition at line 1400 of file Run2ToRun3TrigNavConverterV2.cxx.

1401{
1402 CLID thePassBitsCLID = ClassID_traits<xAOD::TrigPassBits>::ID();
1404
1405 return fea.getCLID() == thePassBitsCLID or fea.getCLID() == thePassBitsContCLID;
1406}
uint32_t CLID
The Class ID type.