Skip to content
Snippets Groups Projects
Commit 5f54a4f3 authored by Stefano Giagu's avatar Stefano Giagu Committed by Graeme Stewart
Browse files

tagged as TrigNtMuon-00-00-25 (SG) (TrigNtMuon-00-00-25)

parent ce2c0e02
No related merge requests found
package TrigNtMuon
author Stefano Giagu <stefano.giagu@cern.ch>
#
use AtlasPolicy AtlasPolicy-*
use GaudiInterface GaudiInterface-* External
use StoreGate StoreGate-* Control
use TrigMuonEvent TrigMuonEvent-* Trigger/TrigEvent
#use CBNT_Utils CBNT_Utils-* Reconstruction
#apply_pattern dual_use_library files=*.cxx
apply_pattern declare_runtime
apply_pattern declare_joboptions files="jobOfragment*.txt jobOfragment*.py"
theApp.Dlls += [ "TrigNtMuon" ]
#CBNT_AthenaAware = Algorithm( "CBNT_AthenaAware" )
#CBNT_AthenaAware.Members += [ "CBNTAA_TrigmuFast/CBNT_TrigmuFast" ]
#CBNT_AthenaAware.Members += [ "CBNTAA_TrigmuComb/CBNT_TrigmuComb" ]
from TrigNtMuon.TrigNtMuonConf import *
if TriggerFlags.MuonSlice.doEFMuon():
from AthenaCommon.Configurable import Configurable
if "MooHLTAlgo_MS_Muon" in Configurable.allConfigurables.keys():
Configurable.allConfigurables.get("MooHLTAlgo_MS_Muon").doAANtuples = True
if "MooHLTAlgo_SA_Muon" in Configurable.allConfigurables.keys():
Configurable.allConfigurables.get("MooHLTAlgo_SA_Muon").doAANtuples = True
if "MooHLTAlgo_CB_Muon" in Configurable.allConfigurables.keys():
Configurable.allConfigurables.get("MooHLTAlgo_CB_Muon").doAANtuples = True
//#include "TrigNtMuon/CBNTAA_TrigmuFast.h"
//#include "TrigNtMuon/CBNTAA_TrigmuComb.h"
//#include "TrigNtMuon/CBNTAA_TrigMuTagIMO.h"
#include "GaudiKernel/DeclareFactoryEntries.h"
//DECLARE_ALGORITHM_FACTORY( CBNTAA_TrigmuFast )
//DECLARE_ALGORITHM_FACTORY( CBNTAA_TrigmuComb )
//DECLARE_ALGORITHM_FACTORY( CBNTAA_TrigMuTagIMO )
DECLARE_FACTORY_ENTRIES( TrigNtMuon ) {
// DECLARE_ALGORITHM( CBNTAA_TrigmuFast )
// DECLARE_ALGORITHM( CBNTAA_TrigmuComb )
// DECLARE_ALGORITHM( CBNTAA_TrigMuTagIMO )
}
#include "GaudiKernel/LoadFactoryEntries.h"
LOAD_FACTORY_ENTRIES( TrigNtMuon )
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