diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysis/TrigInDetAnalysis/TIDARoi.h b/Trigger/TrigAnalysis/TrigInDetAnalysis/TrigInDetAnalysis/TIDARoi.h index 466f51071b382c3c004d073c3c104ce8de183412..a58e0c4b3c61f754d46b7d4e057d41a0303a746d 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysis/TrigInDetAnalysis/TIDARoi.h +++ b/Trigger/TrigAnalysis/TrigInDetAnalysis/TrigInDetAnalysis/TIDARoi.h @@ -94,7 +94,7 @@ private: inline std::ostream& operator<<( std::ostream& s, const TIDA::Roi& r ) { - s << "\tRoi " << r.roi() << "\tnvtx: " << r.vertices().size(); + s << "\tRoi " << r.roi(); for ( unsigned i=0 ; i<r.tracks().size() ; i++ ) s << "\n\t\t\t" << r.tracks()[i]; for ( unsigned i=0 ; i<r.user().size() ; i++ ) s << "\n\t\t\t" << r.user()[i]; for ( unsigned i=0 ; i<r.objects().size() ; i++ ) s << "\n\t\t\t" << r.objects()[i]; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/AnalysisConfig_Ntuple.h b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/AnalysisConfig_Ntuple.h index da7c3f1797cada6cb3e12428c972be77796ff1e4..39e797ccab039464c166403004af55ece2b9378f 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/AnalysisConfig_Ntuple.h +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/AnalysisConfig_Ntuple.h @@ -125,6 +125,7 @@ protected: IBeamCondSvc* m_iBeamCondSvc; IBeamCondSvc* m_iOnlineBeamCondSvc; + bool m_useBeamCondSvc; TIDA::Event* m_event; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/Analysis_Tier0.h b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/Analysis_Tier0.h index d90094e9a240b718b16db5fe01848a49286ba159..a23690fb7f626a8f869ccc1d32ab23ddb51143b6 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/Analysis_Tier0.h +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/Analysis_Tier0.h @@ -1,4 +1,11 @@ -/** @file Analysis_Tier0.h */ +// emacs: this is -*- c++ -*- +// +// @file Analysis_Tier0.h +// +// $Id: Analysis_Tier0.h Thu 18 May 2017 15:29:53 CEST sutt $ +// +// Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +// Copyright (C) 2017 M Sutton (sutt@cern.ch) #ifndef TrigInDetAnalysisExample_Analysis_Tier0_H #define TrigInDetAnalysisExample_Analysis_Tier0_H @@ -172,9 +179,11 @@ class Analysis_Tier0 : public TrackAnalysis { double m_d0Cut; double m_z0Cut; - int m_nVtx; + int m_nVtx; - bool m_debug; + bool m_debug; + + unsigned m_eventid; VtxAnalysis* m_vtxanal; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/ChainString.h b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/ChainString.h index e924179dd3d13b2722ac17ddb56a515cf78f87e0..8b21e91449dbb09956c3c9bf6d7fea645a475859 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/ChainString.h +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/ChainString.h @@ -47,7 +47,7 @@ public: const std::string& raw() const { return mraw; } - std::string value( const std::string& key ) { + std::string value( const std::string& key ) const { int i=find(key); if ( i>=0 ) return mvalues[i]; return ""; @@ -116,7 +116,7 @@ protected: /// parse the full specification string void parse(); - int find( const std::string& key ) { + int find( const std::string& key ) const { for ( int i=mkeys.size() ; i-- ; ) if ( key==mkeys[i] ) return i; return -1; } diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/T_AnalysisConfig_Tier0.h b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/T_AnalysisConfig_Tier0.h index 0f402a9cd411cce7fc043074aaf83dea2cf6f2d8..76fe7f8741c27fcebe0ff7d168e2050ce4d88a23 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/T_AnalysisConfig_Tier0.h +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/T_AnalysisConfig_Tier0.h @@ -1,6 +1,6 @@ // emacs: this is -*- c++ -*- // -// @file T_AnalysisConfig_Tier0.h +// @file T_AnalysisConfig_Tier0.h // // baseclass template so that we can use in different contexts // in different ways in the monitoring @@ -16,8 +16,9 @@ // // // Copyright (C) 2014 M.Sutton (sutt@cern.ch) +// Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration // -// $Id: T_AnalysisConfig_Tier0.h v0.0 Wed 28 Oct 2014 02:47:05 CET sutt $ +// $Id: T_AnalysisConfig_Tier0.h Tue 16 May 2017 09:28:55 CEST sutt $ #ifndef TrigInDetAnalysisExample_T_AnalysisConfig_Tier0_H #define TrigInDetAnalysisExample_T_AnalysisConfig_Tier0_H @@ -138,6 +139,7 @@ public: testFilter, referenceFilter, associator, analysis ), + m_useBeamCondSvc(false), m_doOffline(true), m_doMuons(false), m_doElectrons(false), @@ -147,7 +149,8 @@ public: m_NRois(0), m_NRefTracks(0), m_NTestTracks(0), - m_runPurity(false) + m_runPurity(false), + m_shifter(false) { m_event = new TIDA::Event(); m_chainNames.push_back(testChainName); @@ -171,6 +174,10 @@ public: void setRunPurity( bool b ) { m_runPurity=b; } + void setShifter( bool b ) { m_shifter=b; } + + void useBeamCondSvc( bool b ) { m_useBeamCondSvc = b; } + public: Analysis_Tier0* _analysis; @@ -1066,6 +1073,7 @@ protected: // m_provider->msg(MSG::VERBOSE) << " Offline tracks " << endmsg; if ( m_doOffline ) { + # ifdef XAODTRACKING_TRACKPARTICLE_H if ( m_provider->evtStore()->template contains<xAOD::TrackParticleContainer>("InDetTrackParticles") ) { this->template selectTracks<xAOD::TrackParticleContainer>( m_selectorRef, "InDetTrackParticles" ); @@ -1202,11 +1210,12 @@ protected: // get the beam condition services - one for online and one for offline m_iBeamCondSvc = 0; - if ( m_provider->service( "BeamCondSvc", m_iBeamCondSvc ).isFailure() ) { - if(m_provider->msg().level() <= MSG::ERROR) - m_provider->msg(MSG::ERROR) << " failed to retrieve BeamCondSvc " << endmsg; + if ( m_useBeamCondSvc ) { + if ( m_provider->service( "BeamCondSvc", m_iBeamCondSvc ).isFailure() && m_provider->msg().level() <= MSG::ERROR ) { + m_provider->msg(MSG::ERROR) << " failed to retrieve BeamCondSvc " << endmsg; + } } - + // get the TriggerDecisionTool if( m_tdt->retrieve().isFailure() ) { @@ -1327,7 +1336,7 @@ protected: - if ( name().find("Shifter")!=std::string::npos ) { + if ( name().find("Shifter")!=std::string::npos || m_shifter ) { /// shifter histograms - do not encode chain names if ( m_chainNames.at(ic).tail().find("_FTF") != std::string::npos ) mongroup = folder_name + "/FTF"; else if ( m_chainNames.at(ic).tail().find("_IDTrig") != std::string::npos || @@ -1453,6 +1462,8 @@ protected: IBeamCondSvc* m_iBeamCondSvc; IBeamCondSvc* m_iOnlineBeamCondSvc; + bool m_useBeamCondSvc; + TIDA::Event* m_event; TFile* mFile; @@ -1480,6 +1491,8 @@ protected: bool m_runPurity; + bool m_shifter; + }; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/TrigTestBase.h b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/TrigTestBase.h index f85ae4c8e51bd00b603100ec199c3a953ec47ab0..01b23647325aa6870c724c880ffd6b48335b8909 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/TrigTestBase.h +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/TrigInDetAnalysisExample/TrigTestBase.h @@ -155,6 +155,9 @@ protected: /// also run purity analyses bool m_runPurity; + /// determine whether this should be treated as a shifter chain + bool m_shifter; + /// max number of shifter chains to use - must be < 2 at the moment int m_shifterChains; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/AnalysisConfig_Ntuple.cxx b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/AnalysisConfig_Ntuple.cxx index 6c4ae59124f3864274e99be06a4d957bbd7e9336..f470c8b937fa3ef2157409d9bb6ae04641543f61 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/AnalysisConfig_Ntuple.cxx +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/AnalysisConfig_Ntuple.cxx @@ -150,9 +150,6 @@ void AnalysisConfig_Ntuple::loop() { beamline.push_back(zbeam); m_provider->msg(MSG::INFO) << " beamline values : " << beamline[0] << "\t" << beamline[1] << "\t" << beamline[2] << endmsg; } - else { - m_provider->msg(MSG::INFO) << " could not find BeamCondSvc " << endmsg; - } // get (online) beam position double xbeam_online = 0; @@ -184,9 +181,6 @@ void AnalysisConfig_Ntuple::loop() { << "\ty=" << ybeam_online << "\tz=" << zbeam_online << endmsg; } - else { - m_provider->msg(MSG::INFO) << " could not find OnlineBeamCondSvc " << endmsg; - } m_provider->msg(MSG::INFO) << " offline beam position\tx=" << xbeam << "\ty=" << ybeam << "\tz=" << zbeam << endmsg; m_provider->msg(MSG::INFO) << " online beam position\tx=" << xbeam_online << "\ty=" << ybeam_online << "\tz=" << zbeam_online << endmsg; @@ -1552,19 +1546,22 @@ void AnalysisConfig_Ntuple::book() { // get the beam condition services - one for online and one for offline m_iBeamCondSvc = 0; - if ( m_provider->service( "BeamCondSvc", m_iBeamCondSvc ).isFailure() ) { - m_provider->msg(MSG::WARNING) << " failed to retrieve BeamCondSvc: " << "BeamCondSvc" << endmsg; - } - else { - m_provider->msg(MSG::INFO) << " successfully retrieves BeamCondSvc: " << "BeamCondSvc" << endmsg; - } - m_iOnlineBeamCondSvc = 0; - if ( m_provider->service( "InDetBeamSpotOnline", m_iOnlineBeamCondSvc ).isFailure() ) { - m_provider->msg(MSG::WARNING) << " failed to retrieve Online BeamCondSvc " << "InDetBeamSpotOnline" << endmsg; - } - else { - m_provider->msg(MSG::INFO) << " successfuly retrieved Online BeamCondSvc " << "InDetBeamSpotOnline" << endmsg; + + if ( m_useBeamCondSvc ) { + if ( m_provider->service( "BeamCondSvc", m_iBeamCondSvc ).isFailure() ) { + m_provider->msg(MSG::WARNING) << " failed to retrieve BeamCondSvc: " << "BeamCondSvc" << endmsg; + } + else { + m_provider->msg(MSG::INFO) << " successfully retrieves BeamCondSvc: " << "BeamCondSvc" << endmsg; + } + + if ( m_provider->service( "InDetBeamSpotOnline", m_iOnlineBeamCondSvc ).isFailure() ) { + m_provider->msg(MSG::WARNING) << " failed to retrieve Online BeamCondSvc " << "InDetBeamSpotOnline" << endmsg; + } + else { + m_provider->msg(MSG::INFO) << " successfuly retrieved Online BeamCondSvc " << "InDetBeamSpotOnline" << endmsg; + } } // get the TriggerDecisionTool diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/Analysis_Tier0.cxx b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/Analysis_Tier0.cxx index 1d994822dc682eef0aba2fe10137cb88dc07d628..8d349ca06f2b45a6e7a0ac29d2384864f05c554f 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/Analysis_Tier0.cxx +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/Analysis_Tier0.cxx @@ -1,4 +1,10 @@ -/** @file Analysis_Tier0.cxx */ +// +// @file Analysis_Tier0.cxx +// +// $Id: Analysis_Tier0.cxx Thu 18 May 2017 15:35:34 CEST sutt $ +// +// Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +// Copyright (C) 2017 M Sutton (sutt@cern.ch) #include <cmath> @@ -9,7 +15,7 @@ Analysis_Tier0::Analysis_Tier0(const std::string& name, double pTCut, double etaCut, double d0Cut, double z0Cut) : - TrackAnalysis(name), m_pTCut(pTCut), m_etaCut(etaCut), m_d0Cut(d0Cut), m_z0Cut(z0Cut), m_debug(false) + TrackAnalysis(name), m_pTCut(pTCut), m_etaCut(etaCut), m_d0Cut(d0Cut), m_z0Cut(z0Cut), m_debug(false), m_eventid(0) { } @@ -30,8 +36,14 @@ void Analysis_Tier0::initialise() { m_debug = false; - h_chain = new TH1F( "Chain", cname.c_str(), 1, 0, 1 ); + h_chain = new TH1F( "Chain", cname.c_str(), 5, 0, 5 ); + h_chain->GetXaxis()->SetBinLabel(1, "Nrois" ); + h_chain->GetXaxis()->SetBinLabel(2, "Nevents" ); + h_chain->GetXaxis()->SetBinLabel(3, "N ref tracks" ); + h_chain->GetXaxis()->SetBinLabel(4, "N matched tracks" ); + h_chain->GetXaxis()->SetBinLabel(5, "" ); // spare + /// archive the chain name addHistogram(h_chain); @@ -155,7 +167,7 @@ void Analysis_Tier0::initialise() { h_phieff = new TProfile( "Eff_Phi", "phi efficiency", 25, -M_PI, M_PI ); h_d0eff = new TProfile( "Eff_d0", "d0 efficiency", 39, d0bins ); h_z0eff = new TProfile( "Eff_z0", "z0 efficiency", 50, -225., 225. ); - h_nVtxeff = new TProfile( "Eff_nVtx", "nVtx efficiency", 41, -0.5, 40.5 ); + h_nVtxeff = new TProfile( "Eff_nVtx", "nVtx efficiency", 71, -0.5, 70.5 ); h_lbeff = new TProfile( "Eff_lb", "efficinecy vs lumiblock", 301, -0.5, 3009.5 ); @@ -358,9 +370,16 @@ void Analysis_Tier0::execute(const std::vector<TIDA::Track*>& referenceTracks, std::vector<TIDA::Track*>::const_iterator reference = referenceTracks.begin(); std::vector<TIDA::Track*>::const_iterator referenceEnd = referenceTracks.end(); - /// fill number of times this analysis was called - presumably the number - /// of passed events for this chain - h_chain->Fill( 0.5 ) ; + /// fill number of times this analysis was called - presumably + /// the number of passed RoIs for this chain + h_chain->Fill( 0.5 ); + + if ( m_eventid != event()->event_number() ) { + /// if the event number has changed, this is a new event + /// so update the event counts + m_eventid = event()->event_number(); + h_chain->Fill( 1.5 ); + } h_ntrk->Fill( referenceTracks.size() ); h_ntrk_rec->Fill( testTracks.size() ); @@ -429,9 +448,13 @@ void Analysis_Tier0::execute(const std::vector<TIDA::Track*>& referenceTracks, h_d0vsphi->Fill(referencePhi, referenceD0 ); // h2d_d0vsphi->Fill(referencePhi, referenceD0 ); + h_chain->Fill(2.5); + if(test){ + h_chain->Fill(3.5); + /// NB: do we want to fill the actual *trigger* quantities, or the /// offline quantities for the *matched* tracks? diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestBase.cxx b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestBase.cxx index cd5d6d8076e591e8e48c7cd8d012817e400fd30d..3596744f1199487bece4027edc61c158e1e7fb00 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestBase.cxx +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestBase.cxx @@ -35,6 +35,7 @@ TrigTestBase::TrigTestBase(const std::string & type, const std::string & name, c m_useHighestPT(false), m_vtxIndex(-1), m_runPurity(false), + m_shifter(false), m_shifterChains(1), m_sliceTag("") { @@ -70,22 +71,15 @@ TrigTestBase::TrigTestBase(const std::string & type, const std::string & name, c declareProperty( "trtHitsOffline", m_trtHitsOffline = -2 ); declareProperty( "strawHitsOffline", m_strawHitsOffline = -2 ); - - // declareProperty( "phiWidth", m_phiWidth = 0.1 ); - // declareProperty( "etaWidth", m_etaWidth = 0.1 ); - // declareProperty( "zedWidth", m_zedWidth = 168 ); - declareProperty( "matchR", m_matchR = 0.1 ); declareProperty( "matchPhi", m_matchPhi = 0.1 ); - // declareProperty( "chainNames", m_chainNames ); declareProperty( "ntupleChainNames", m_ntupleChainNames ); declareProperty( "releaseMetaData", m_releaseMetaData ); declareProperty( "buildNtuple", m_buildNtuple = false ); declareProperty( "mcTruth", m_mcTruth = false ); - // declareProperty( "outputFileName", m_outputFileName = "TrkNtuple.root"); declareProperty( "AnalysisConfig", m_analysis_config = "Ntuple"); declareProperty( "SelectTruthPdgId", m_selectTruthPdgId = 0 ); @@ -96,6 +90,8 @@ TrigTestBase::TrigTestBase(const std::string & type, const std::string & name, c declareProperty( "VtxIndex", m_vtxIndex = -1 ); declareProperty( "RunPurity", m_runPurity = false ); + declareProperty( "Shifter", m_shifter = false ); + declareProperty( "ShifterChains", m_shifterChains = 1 ); @@ -161,14 +157,11 @@ StatusCode TrigTestBase::book(bool newEventsBlock, bool newLumiBlock, bool newRu -#ifdef ManagedMonitorToolBase_Uses_API_201401 -#if 0 - // #ifndef ManagedMonitorToolBase_CXX +#ifdef ManagedMonitorToolBase_Uses_API_201704 bool newEventsBlock = newEventsBlockFlag(); bool newLumiBlock = newLumiBlockFlag(); bool newRun = newRunFlag(); #endif -#endif msg(MSG::DEBUG) << "TrigTestBase::book() buildNtuple " << m_buildNtuple @@ -242,8 +235,6 @@ StatusCode TrigTestBase::book(bool newEventsBlock, bool newLumiBlock, bool newRu while ( chainitr!=m_ntupleChainNames.end() ) { - // if ( shifter_ftf>1 && shifter_efid>1 ) break; - /// get chain ChainString chainName = (*chainitr); @@ -297,7 +288,7 @@ StatusCode TrigTestBase::book(bool newEventsBlock, bool newLumiBlock, bool newRu int shifterChains = m_shifterChains; if ( chainName.vtx()=="" ) shifterChains = ( m_shifterChains>1 ? 1 : m_shifterChains ); - if ( m_sliceTag.find("Shifter")!=std::string::npos ) { + if ( m_sliceTag.find("Shifter")!=std::string::npos || m_shifter ) { /// shifter histograms if ( chainName.tail().find("_FTF")!=std::string::npos ) { /// FTF chain @@ -361,6 +352,7 @@ StatusCode TrigTestBase::book(bool newEventsBlock, bool newLumiBlock, bool newRu new Analysis_Tier0( m_chainNames[i], m_pTCut, m_etaCut, m_d0Cut, m_z0Cut ) ); analysis->setRunPurity(m_runPurity); + analysis->setShifter(m_shifter); m_sequences.push_back( analysis ); @@ -467,11 +459,8 @@ StatusCode TrigTestBase::proc(bool /*endOfEventsBlock*/, bool /*endOfLumiBlock*/ #endif // StatusCode TrigTestBase::procHistograms() { -#ifdef ManagedMonitorToolBase_Uses_API_201401 -#if 0 - // #ifndef ManagedMonitorToolBase_CXX +#ifdef ManagedMonitorToolBase_Uses_API_201704 bool endOfRun = endOfRunFlag(); -#endif #endif msg(MSG::INFO) << " ----- enter proc() ----- " << endmsg; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestMonToolAC.cxx b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestMonToolAC.cxx index 983a996dd76f81555ede1bc1c7ff28dd84f92ac2..227cc9e92ae85e003b32d496814bd38b9cb0897d 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestMonToolAC.cxx +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestMonToolAC.cxx @@ -153,12 +153,10 @@ StatusCode TrigTestMonToolAC::book(bool newEventsBlock, bool newLumiBlock, bool msg(MSG::INFO) << "TrigTestMonToolAC::book() " << gDirectory->GetName() << endmsg; -#ifdef ManagedMonitorToolBase_Uses_API_201401 -#if 0 +#ifdef ManagedMonitorToolBase_Uses_API_201704 bool newEventsBlock = newEventsBlockFlag(); bool newLumiBlock = newLumiBlockFlag(); bool newRun = newRunFlag(); -#endif #endif msg(MSG::DEBUG) << "TrigTestMonToolAC::book() SUTT buildNtuple " << m_buildNtuple @@ -331,10 +329,8 @@ StatusCode TrigTestMonToolAC::proc() { StatusCode TrigTestMonToolAC::proc(bool /* endOfEventsBlock*/, bool /* endOfLumiBlock*/, bool endOfRun) { #endif -#ifdef ManagedMonitorToolBase_Uses_API_201401 -#if 0 +#ifdef ManagedMonitorToolBase_Uses_API_201704 bool endOfRun = endOfRunFlag(); -#endif #endif msg(MSG::DEBUG) << " ----- enter proc() ----- " << endmsg; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/ConfAnalysis.cxx b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/ConfAnalysis.cxx index c94c99428d1916d3428582d2b637485be58f1509..13b2a82dd2ef078f682cef68f5679f4df20bf8b2 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/ConfAnalysis.cxx +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/ConfAnalysis.cxx @@ -18,6 +18,7 @@ #include "TrigInDetAnalysis/TIDAEvent.h" #include "TrigInDetAnalysis/TIDARoiDescriptor.h" +#include <fstream> #include "BinConfig.h" @@ -28,6 +29,7 @@ bool PRINT_BRESIDUALS = false; +std::ofstream dumpfile("dumpfile.log"); void Normalise(TH1* h) { @@ -133,8 +135,10 @@ void ConfAnalysis::initialiseInternal() { double pt_a = 1; double pt_b = 1; - Npt = int(40*_binConfig.pt_NScale); - pt_a = 3.5; + // Npt = int(40*_binConfig.pt_NScale); + // pt_a = 3.5; + Npt = int(45*_binConfig.pt_NScale); + pt_a = 4; pt_b = 2; // etaBins = 12; // } @@ -1437,13 +1441,14 @@ void ConfAnalysis::execute(const std::vector<TIDA::Track*>& reftracks, rDz0res[2]->Fill( z0t, dz0r-dz0t ); rDz0res[3]->Fill( phit, dz0r-dz0t ); - - if ( dumpflag ) { + + if ( dumpflag ) { + std::ostream& dumpstream = dumpfile; if ( dz0t>0 && std::fabs( dz0r-dz0t )>0.04 ) { dump = true; - std::cout << "POOR sigma(z0) agreement \n\trefrack: " << *reftracks[i] << "\n\ttestrack: " << *matchedreco << std::endl; + dumpstream << "POOR sigma(z0) agreement \n\trefrack: " << *reftracks[i] << "\n\ttestrack: " << *matchedreco << std::endl; // std::cout << "dz0r dz0t" << dz0r << "\t" << dz0t << std::endl; - } + } } @@ -1726,24 +1731,26 @@ void ConfAnalysis::execute(const std::vector<TIDA::Track*>& reftracks, - if ( dumpflag ) { + if ( dumpflag ) { + std::ostream& dumpstream = dumpfile; + if ( std::fabs(pTt)>1 ) { dump = true; hipt = true; - std::cout << mname << "\tMISSING TRACK run " << r << "\tevent " << ev + dumpstream << mname << "\tMISSING TRACK run " << r << "\tevent " << ev << "\tlb " << lb << "\tN vertices " << NvtxCount << std::endl; - std::cout << mname << "\tMISSING TRACK RoI " << *groi << std::endl; - std::cout << mname << "\tMISSING TRACK Track " << *reftracks[i]; - if ( std::fabs(pTt)>=30 ) std::cout << "\tvery high pt"; + dumpstream << mname << "\tMISSING TRACK RoI " << *groi << std::endl; + dumpstream << mname << "\tMISSING TRACK Track " << *reftracks[i]; + if ( std::fabs(pTt)>=30 ) dumpstream << "\tvery high pt"; if ( std::fabs(pTt)>4 && - std::fabs(pTt)<30 ) std::cout << "\t high pt"; - std::cout << std::endl; + std::fabs(pTt)<30 ) dumpstream << "\t high pt"; + dumpstream << std::endl; if ( std::fabs(pTt)>=20 ){ - std::cout << "Test tracks " << std::endl; + dumpstream << "Test tracks " << std::endl; for (unsigned int ii=0; ii<testtracks.size(); ii++){ - std::cout << *testtracks[ii] << std::endl; + dumpstream << *testtracks[ii] << std::endl; } } } diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/ConfAnalysis.h b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/ConfAnalysis.h index 2029807d566aeffdfb6dd236dd9b7e539d883060..d8eb7c38f6e53e52b5f4d961767fb4d2414c9c47 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/ConfAnalysis.h +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/ConfAnalysis.h @@ -22,6 +22,9 @@ #include "TrigInDetAnalysis/Efficiency.h" #include "TrigInDetAnalysis/TIDARoiDescriptor.h" +#include "TrigInDetAnalysisExample/ChainString.h" + + #include "Resplot.h" @@ -50,8 +53,10 @@ class ConfAnalysis : public TrackAnalysis { public: - ConfAnalysis( const std::string& name ) : - TrackAnalysis( clean(name) ), Nreco(0), Nref(0), Nmatched(0), m_print(false), m_roi(0), + ConfAnalysis( const std::string& name, const ChainString& config ) : + TrackAnalysis( clean(name) ), + mconfig(config), + Nreco(0), Nref(0), Nmatched(0), m_print(false), m_roi(0), m_initialised(false), m_initialiseFirstEvent(false) { // , m_lfirst(true) { std::cout << "ConfAnalysis::ConfAnalysis() " << TrackAnalysis::name() << " ..." << std::endl; } @@ -89,6 +94,8 @@ public: void initialiseFirstEvent(bool b=true) { m_initialiseFirstEvent=b; } + const ChainString& config() const { return mconfig; } + private: void addHistogram( TH1F* h ) { @@ -114,6 +121,7 @@ private: private: + ChainString mconfig; TIDDirectory* mdir; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/Makefile b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/Makefile index 747807ae45d95d3bfe7d06ee650370746d0cea6f..626e879cb02ae9f94de7d2858691e5bfee662c48 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/Makefile +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/Makefile @@ -19,14 +19,17 @@ ifeq ($(AtlasEvent_PLATFORM),) - ATLAS_ARCH = $(shell uname) + ifeq ($(PLATFORM),) + ATLAS_ARCH = $(shell uname) + else + ATLAS_ARCH = $(PLATFORM) + endif else ATLAS_ARCH = $(AtlasEvent_PLATFORM) -# ATLAS_ARCH = $(CMTCONFIG) endif -ifeq ($(CMTCONFIG),) +ifeq ($(TestArea),) ATLASBASE = $(HOME)/atlas/TIDA else ATLASBASE = $(TestArea)/Trigger/TrigAnalysis @@ -342,10 +345,10 @@ libclean : $(RM) -f $(LIBDIR)/lib*.{a,so} -resplot: +resplot: $(TIDUB)/Resplot/lib/$(ARCH_TYPE)/.d make -C $(TIDUB)/Resplot/src install -readcards: +readcards: $(TIDUB)/Readcards/lib/$(ARCH_TYPE)/.d make -C $(TIDUB)/Readcards/src install archive : @@ -361,7 +364,7 @@ $(INSTALLDIR)/TIDA% : $(EXEDIR)/% INSTALLFILES=comparitor chains cpucost runtool sb rdict reader -ginstall : $(INSTALLDIR)/TIDA$(patsubst %,%,$(INSTALLFILES)) +ginstall : install $(INSTALLDIR)/TIDA$(patsubst %,%,$(INSTALLFILES)) install : all cp $(EXEDIR)/comparitor $(HOME)/bin diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/comparitor.cxx b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/comparitor.cxx index 8a09fabfbbd989b7467591f1a1a7391d74af7cf7..261ef7d57b5b49eb1a11800021d926d5cee01afe 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/comparitor.cxx +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/comparitor.cxx @@ -506,7 +506,7 @@ int main(int argc, char** argv) { for (unsigned int i=0; i<dataTree->GetEntries() ; i++ ) { dataTree->GetEntry(i); release_data.push_back( releaseData->Data() ); - std::cout << "main() release data: " << release_data.back() << " " << *releaseData << std::endl; + std::cout << "main() release data: " << release_data.back() << " : " << *releaseData << std::endl; } } @@ -517,8 +517,17 @@ int main(int argc, char** argv) { // std::cout << "release: " << chop(release_data[0], " " ) << std::endl; // std::cout << "release: " << chop(release_data[0], " " ) << std::endl; - release += " (" + chop(release_data[0], " " ); - release += " " + chop(release_data[0], " " ) + ")"; + std::string nightly = chop(release_data[0], " " ); + + if ( contains(nightly,"private" ) ) { + for ( int ic=0 ; ic<4 ; ic++ ) chop(release_data[0], " " ); + release += " (" + release_data[0]+")"; + } + else { + release += " (" + nightly; + chop( release_data[0], " " ); + release += " " + chop(release_data[0], " " ) + ")"; + } } } @@ -631,8 +640,10 @@ int main(int argc, char** argv) { // { "pT", "p_{T}", "xaxis:lin:0.7:100", "Offline p_{T} [GeV]", "yaxis:log:auto", "" }, { "pT", "p_{T}", "xaxis:lin:auto:1:100", "Offline p_{T} [GeV]", "yaxis:log:auto", "" }, { "pT_rec", "p_{T} rec", "xaxis:lin:auto:1:100", "Trigger p_{T} [GeV]", "yaxis:log:auto", "" }, - { "a0", "a0", "xaxis:lin:-2:2", "Offline a_{0} [mm]", "yaxis:log:auto", "" }, - { "a0_rec", "a0 rec", "xaxis:lin:-2:2", "Trigger a_{0} [mm]", "yaxis:log:auto", "" }, + { "a0", "a0", "xaxis:lin:-3:3", "Offline a_{0} [mm]", "yaxis:log:auto", "" }, + { "a0_rec", "a0 rec", "xaxis:lin:-3:3", "Trigger a_{0} [mm]", "yaxis:log:auto", "" }, + //{ "a0", "a0", "xaxis:lin:autosym", "Offline a_{0} [mm]", "yaxis:log:auto", "" }, + //{ "a0_rec", "a0 rec", "xaxis:lin:autosym", "Trigger a_{0} [mm]", "yaxis:log:auto", "" }, { "z0", "z0", "xaxis:lin:-250:250", "z_{0} [mm]", "yaxis:log:auto", "" }, /// efficiencies - 10 diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/rmain.cxx b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/rmain.cxx index a1a865a55ebca5a18641a2179e774b6aeeeb0da5..6af06ed8fdca63c868a2caf23a671e252ff015f6 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/rmain.cxx +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/rmain.cxx @@ -896,7 +896,7 @@ int main(int argc, char** argv) // std::cout << "chain name " << chainname << "\t:" << chainnames.back() << " : " << chainnames.size() << std::endl; - ConfAnalysis* analy_conf = new ConfAnalysis(chainnames.back()); + ConfAnalysis* analy_conf = new ConfAnalysis(chainnames.back(), chainConfig[i] ); analy_conf->initialiseFirstEvent(initialiseFirstEvent); analy_conf->initialise(); analy_conf->setprint(false); @@ -925,8 +925,8 @@ int main(int argc, char** argv) /// it is required if ( chainConfig[i].values().size()>0 ) { - // std::cout << "chain:: " << chainname << "\t(" << chainConfig[i] << " " << chainConfig[i].values().size() << ")" << std::endl; - for ( unsigned ik=chainConfig[i].values().size() ; ik-- ; ) { + std::cout << "chain:: " << chainname << "\t(" << chainConfig[i] << " : size " << chainConfig[i].values().size() << ")" << std::endl; + for ( unsigned ik=chainConfig[i].values().size() ; ik-- ; ) { std::cout << "\tchainconfig: " << ik << "\tkey " << chainConfig[i].keys()[ik] << " " << chainConfig[i].values()[ik] << std::endl; } } @@ -1723,6 +1723,26 @@ int main(int argc, char** argv) // Ordered by order of indices the user has passed // (which is ideally pT ordered e.g. 0, 1, 3) } + + + /// remove any tracks below the pt threshold if one is specifed for the analysis + + ConfAnalysis* cf = dynamic_cast<ConfAnalysis*>( analitr->second ); + + if ( cf ) { + std::string ptconfig = cf->config().value("pt"); + if ( ptconfig!="" ) { + double pt = std::atof( ptconfig.c_str() ); + if ( pt>0 ) { + std::vector<TIDA::Track*> reft; reft.reserve(refp_vec.size()); + for ( std::vector<TIDA::Track*>::const_iterator itr=refp_vec.begin() ; itr!=refp_vec.end() ; itr++ ) { + if ( std::fabs((*itr)->pT())>=pt ) reft.push_back( *itr ); + } + refp_vec = reft; + } + } + } + const std::vector<TIDA::Track*>& refp = refp_vec; @@ -1795,7 +1815,7 @@ int main(int argc, char** argv) testz.push_back( zpair( lb, beamline_test[2]) ); } } - + _matcher->match( refp, testp); analitr->second->execute( refp, testp, _matcher ); diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Readcards/src/Makefile b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Readcards/src/Makefile index f960ef5b6c303691db4810e3b5eea8fae7f302b1..0aceacc13b9a982cd6234e82f38759eae17901e7 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Readcards/src/Makefile +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Readcards/src/Makefile @@ -18,23 +18,27 @@ -#ifeq ($(CMTCONFIG),) -# ARCH_TYPE = $(shell ./setarch.sh) - ARCH_TYPE = $(shell uname) -#else -# ARCH_TYPE = $(CMTCONFIG) -# ARCH_TYPE = $(ATLAS_ARCH) -#endif +ifeq ($(AtlasEvent_PLATFORM),) + ifeq ($(PLATFORM),) + ATLAS_ARCH = $(shell uname) + else + ATLAS_ARCH = $(PLATFORM) + endif +else + ATLAS_ARCH = $(AtlasEvent_PLATFORM) +endif + + CMTCONFIG= SRCDIR = . -LIBDIR = ../lib/$(ARCH_TYPE) -OBJDIR = ../obj/$(ARCH_TYPE) -EXEDIR = ../exe/$(ARCH_TYPE) +LIBDIR = ../lib/$(ATLAS_ARCH) +OBJDIR = ../obj/$(ATLAS_ARCH) +EXEDIR = ../exe/$(ATLAS_ARCH) + -# CONFIGDIR = $(shell cwd.sh) CONFIGDIR = ../config BASEDIR = $(shell cwd.sh -p) BASENAME = $(shell cwd.sh -s) @@ -109,8 +113,8 @@ LIBS += -L$(LIBDIR) -lReadcards -testparse : $(EXEDIR)/testparse -$(EXEDIR)/testparse : $(OBJECTS) lib +testparse : dirs $(EXEDIR)/testparse +$(EXEDIR)/testparse : $(OBJECTS) lib $(CXX) $(LDFLAGS) -o $@ $(OBJECTS) $(LIBS) $(LIBS) $(GLIBS) diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/Makefile b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/Makefile index 94cde16a5ab7100373fd2ea679f466f011e08b92..ce3ac223833f35b9e58e92a0787f8baf0c760a07 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/Makefile +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/Makefile @@ -5,8 +5,7 @@ # Description: builds the new egamma project including # libraries... # -# libeventstore.a -# libtrig.a +# libResplot.a # # and the executable # @@ -18,12 +17,16 @@ -#ifeq ($(CMTCONFIG),) -# ARCH_TYPE = $(shell ./setarch.sh) - ARCH_TYPE = $(shell uname) -#else -# ARCH_TYPE = $(CMTCONFIG) -#endif +ifeq ($(AtlasEvent_PLATFORM),) + ifeq ($(PLATFORM),) + ATLAS_ARCH = $(shell uname) + else + ATLAS_ARCH = $(PLATFORM) + endif +else + ATLAS_ARCH = $(AtlasEvent_PLATFORM) +endif + CMTCONFIG= @@ -31,9 +34,9 @@ CMTCONFIG= CMDDIR = . SRCDIR = ../src INCDIR = ../src -LIBDIR = ../lib/$(ARCH_TYPE) -OBJDIR = ../obj/$(ARCH_TYPE) -EXEDIR = ../exe/$(ARCH_TYPE) +LIBDIR = ../lib/$(ATLAS_ARCH) +OBJDIR = ../obj/$(ATLAS_ARCH) +EXEDIR = ../exe/$(ATLAS_ARCH) # Root variables @@ -88,7 +91,6 @@ TAR = tar OBJECTS = $(OBJDIR)/main.o -COBJECTS = $(OBJDIR)/cock.o ROBJECTS = $(OBJDIR)/rmain.o $(OBJDIR)/Resplot.o LOBJECTS = $(OBJDIR)/Resplot.o $(OBJDIR)/generate.o \ @@ -114,10 +116,6 @@ $(EXEDIR)/res : $(OBJECTS) lib $(CXX) $(LDFLAGS) -o $@ $(OBJECTS) $(LIBS) $(LIBS) $(GLIBS) -cock : $(EXEDIR)/cock -$(EXEDIR)/cock : $(COBJECTS) lib - $(CXX) $(LDFLAGS) -o $@ $(COBJECTS) $(LIBS) $(LIBS) $(GLIBS) - # $(SRCDIR)/*Dict.cxx : $(SRCDIR)/Resplot.cxx $(INCDIR)/Resplot.h # @echo rootcint -f $@ -c -I.. $(INCDIR)/Resplot.h @@ -154,6 +152,9 @@ all : dirs lib libso res lib: dirs $(LIBDIR)/libResplot.a $(LIBDIR)/libResplot.a : $(LOBJECTS) + echo "LIBDIR " $(LIBDIR) + echo "ATLAS_ARCH " $(ATLAS_ARCH) + echo "AtlasEvent_PLATFORM " $(AtlasEvent_PLATFORM) $(AR) $(ARFLAGS) $@ $(LOBJECTS) $(RANLIB) $@ diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-larged0-el.dat b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-larged0-el.dat index 8bdaaab5acba82bc2b79d0ff7755c2965e94cc22..2ea5442f3f0f8bb601abe9cc8508a14e471889f7 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-larged0-el.dat +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-larged0-el.dat @@ -1,165 +1,18 @@ // emacs: this is -*- c++ -*- -a0=4.; +#define LARGED0_EL -pT = 3000; -eta = 2.5; -// npix = 1; -// nsct = 2; -npix = -1; -nsct = -1; +#include "TIDAdata_cuts.dat" -pT_rec = 0; -eta_rec = 5; -Rmatch = 0.05; - -dumpflag = 1; - -a0v = 10.5; -z0v = 10.5; +refChain = "Truth"; //refChain = "Offline"; //refChain = "Electrons"; //refChain = "Muons"; //refChain = "Taus"; -/// NB: For the "Truth" chains, need to specify what -/// sort of particle (ie which pdgID) is needed -/// Fixme: should add a flag to enable/disable this -/// what if we want all final state particles -/// independent of pdgID? -refChain = "Truth"; -//pdgId=11; // electron --entered in command line now - MinVertices = 0; -testChains = { - //"Offline", - //"Muons", - //"Electrons", - // "Truth", - "Truth", - - - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:0", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:1", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:2", - "L2_e22vh_medium_IDTrkNoCut:TrigIDSCAN_eGamma", - "L2_e22vh_medium_IDTrkNoCut:TrigSiTrack_eGamma", - "EF_e22vh_medium_IDTrkNoCut:InDetTrigParticleCreation_Electron_EFID", - - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:0", - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:1", - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:2", - "EF_mu22_IDTrkNoCut_tight:InDetTrigParticleCreation_Muon_EFID", - - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:0", - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:1", - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:2", - "EF_tau29_IDTrkNoCut:InDetTrigParticleCreation_Tau_EFID", - - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:0", - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:1", - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:2", - "EF_b55_NoCut_j55_a4tchad:InDetTrigParticleCreation_Bjet_EFID", - - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:0", - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:1", - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:2", - "EF_InDetMon_FS:InDetTrigParticleCreation_FullScan_EFID", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:0", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:1", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:2", - "EF_InDetMonMerge_FS:InDetTrigParticleCreation_FullScan_EFID", - - "EF_e24vh_medium1_IDTrkNoCut_IDT:TrigFastTrackFinder_eGamma", - "EF_e24vh_medium1_IDTrkNoCut_IDT:InDetTrigParticleCreation_Electron_EFID", - "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau", - "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau_IDTrig", - "EF_tau29_IDTrkNoCut_IDT:InDetTrigParticleCreation_Tau_EFID", - "EF_mu22_IDTrkNoCut_tight_IDT:TrigFastTrackFinder_Muon", - "EF_mu22_IDTrkNoCut_tight_IDT:InDetTrigParticleCreation_Muon_EFID", - "EF_b55_NoCut_j55_a4tchad_IDT:TrigFastTrackFinder_Jet", - "EF_b55_NoCut_j55_a4tchad_IDT:InDetTrigParticleCreation_Bjet_EFID", - - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e24_medium_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e5_loose_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e24_medium_idperf:TrigFastTrackFinder_eGamma", - "HLT_e24_medium_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_e5_loose_idperf:TrigFastTrackFinder_eGamma", - "HLT_e5_loose_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu24_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:TrigFastTrackFinder_Muon", - "HLT_mu24_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu6_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:TrigFastTrackFinder_Muon", - "HLT_mu6_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - - "HLT_tau29_idperf_track:TrigFastTrackFinder_Tau", - "HLT_tau29_idperf_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_idperf_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_idperf_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_idperf_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau29_idperf_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau29_idperf_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_idperf_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - - "HLT_tau29_track:TrigFastTrackFinder_Tau", - "HLT_tau29_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:0", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:1", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:2", - "HLT_tau20_r1_idperf:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau20_r1_idperf:InDetTrigTrackingxAODCnv_Tau_EFID", - - "HLT_j55_bperf:TrigFastTrackFinder_Jet", - "HLT_j55_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - - "HLT_j55_EFID_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_EFID_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - - "HLT_id_cosmic:InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID" -}; +#include "TIDAdata_chains.dat" InitialiseFirstEvent = 1; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-larged0.dat b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-larged0.dat index c84fc90d6d8a2ea3d0c64e63f3448e7ff5646a17..17c08a508f072eda944356e517ce617467a400f0 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-larged0.dat +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-larged0.dat @@ -1,169 +1,18 @@ // emacs: this is -*- c++ -*- -a0=10.; +#define LARGED0 -pT = 3000; -eta = 2.5; -// npix = 1; -// nsct = 2; -npix = -1; -nsct = -1; +#include "TIDAdata_cuts.dat" -pT_rec = 0; -eta_rec = 5; -Rmatch = 0.05; - -dumpflag = 1; - -a0v = 10.5; -z0v = 10.5; +refChain = "Truth"; //refChain = "Offline"; //refChain = "Electrons"; //refChain = "Muons"; //refChain = "Taus"; -/// NB: For the "Truth" chains, need to specify what -/// sort of particle (ie which pdgID) is needed -/// Fixme: should add a flag to enable/disable this -/// what if we want all final state particles -/// independent of pdgID? -refChain = "Truth"; -//pdgId=11; // electron --entered in command line now - MinVertices = 0; -testChains = { - //"Offline", - //"Muons", - //"Electrons", - // "Truth", - "Truth", - - - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:0", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:1", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:2", - "L2_e22vh_medium_IDTrkNoCut:TrigIDSCAN_eGamma", - "L2_e22vh_medium_IDTrkNoCut:TrigSiTrack_eGamma", - "EF_e22vh_medium_IDTrkNoCut:InDetTrigParticleCreation_Electron_EFID", - - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:0", - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:1", - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:2", - "EF_mu22_IDTrkNoCut_tight:InDetTrigParticleCreation_Muon_EFID", - - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:0", - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:1", - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:2", - "EF_tau29_IDTrkNoCut:InDetTrigParticleCreation_Tau_EFID", - - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:0", - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:1", - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:2", - "EF_b55_NoCut_j55_a4tchad:InDetTrigParticleCreation_Bjet_EFID", - - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:0", - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:1", - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:2", - "EF_InDetMon_FS:InDetTrigParticleCreation_FullScan_EFID", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:0", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:1", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:2", - "EF_InDetMonMerge_FS:InDetTrigParticleCreation_FullScan_EFID", - - "EF_e24vh_medium1_IDTrkNoCut_IDT:TrigFastTrackFinder_eGamma", - "EF_e24vh_medium1_IDTrkNoCut_IDT:InDetTrigParticleCreation_Electron_EFID", - "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau", - "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau_IDTrig", - "EF_tau29_IDTrkNoCut_IDT:InDetTrigParticleCreation_Tau_EFID", - "EF_mu22_IDTrkNoCut_tight_IDT:TrigFastTrackFinder_Muon", - "EF_mu22_IDTrkNoCut_tight_IDT:InDetTrigParticleCreation_Muon_EFID", - "EF_b55_NoCut_j55_a4tchad_IDT:TrigFastTrackFinder_Jet", - "EF_b55_NoCut_j55_a4tchad_IDT:InDetTrigParticleCreation_Bjet_EFID", - - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e24_medium_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e5_loose_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e24_medium_idperf:TrigFastTrackFinder_eGamma", - "HLT_e24_medium_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_e5_loose_idperf:TrigFastTrackFinder_eGamma", - "HLT_e5_loose_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu24_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:TrigFastTrackFinder_Muon", - "HLT_mu24_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu6_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:TrigFastTrackFinder_Muon", - "HLT_mu6_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_tau29_idperf_track:TrigFastTrackFinder_Tau", - "HLT_tau29_idperf_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_idperf_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_idperf_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_idperf_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau29_idperf_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau29_idperf_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_idperf_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - - "HLT_tau29_track:TrigFastTrackFinder_Tau", - "HLT_tau29_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:0", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:1", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:2", - "HLT_tau20_r1_idperf:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau20_r1_idperf:InDetTrigTrackingxAODCnv_Tau_EFID", - - "HLT_j55_bperf:TrigFastTrackFinder_Jet", - "HLT_j55_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - - "HLT_j55_EFID_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_EFID_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - - "HLT_id_cosmic:InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID" -}; +#include "TIDAdata_chains.dat" InitialiseFirstEvent = 1; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-offline-rzMatcher.dat b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-offline-rzMatcher.dat index 45667c3f2f2d0ac74773f5bfb65f3260c1267b20..04b04c124a15dd21f95298b80ce2c9f6f56999e3 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-offline-rzMatcher.dat +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-offline-rzMatcher.dat @@ -1,181 +1,27 @@ // emacs: this is -*- c++ -*- +#define OFFLINE + UseMatcher = "DeltaRZ"; Matcher_deta = 0.02; Matcher_dphi = 0.03; Matcher_dzed = 5; -pT = 3000; -eta = 2.5; -// npix = 1; -// nsct = 2; -npix = -1; -nsct = -1; - -pT_rec = 0; -eta_rec = 5; -Rmatch = 0.05; +#include "TIDAdata_cuts.dat" -dumpflag = 1; -a0v = 10.5; -z0v = 10.5; -//refChain = "Offline"; +//refChain = "Truth"; +refChain = "Offline"; //refChain = "Electrons"; //refChain = "Muons"; //refChain = "Taus"; -/// NB: For the "Truth" chains, need to specify what -/// sort of particle (ie which pdgID) is needed -/// Fixme: should add a flag to enable/disable this -/// what if we want all final state particles -/// independent of pdgID? -refChain = "Offline"; -//pdgId=11; // electron --entered in command line now - -TauSize = {0.2,0.2}; -BjetSize = {0.2,0.2}; -eGammaSize = {0.1,0.1}; MinVertices = 0; -testChains = { - //"Offline", - //"Muons", - //"Electrons", - // "Truth", - "Truth", - - - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:0", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:1", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:2", - "L2_e22vh_medium_IDTrkNoCut:TrigIDSCAN_eGamma", - "L2_e22vh_medium_IDTrkNoCut:TrigSiTrack_eGamma", - "EF_e22vh_medium_IDTrkNoCut:InDetTrigParticleCreation_Electron_EFID", - - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:0", - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:1", - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:2", - "EF_mu22_IDTrkNoCut_tight:InDetTrigParticleCreation_Muon_EFID", - - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:0", - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:1", - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:2", - "EF_tau29_IDTrkNoCut:InDetTrigParticleCreation_Tau_EFID", - - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:0", - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:1", - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:2", - "EF_b55_NoCut_j55_a4tchad:InDetTrigParticleCreation_Bjet_EFID", - - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:0", - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:1", - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:2", - "EF_InDetMon_FS:InDetTrigParticleCreation_FullScan_EFID", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:0", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:1", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:2", - "EF_InDetMonMerge_FS:InDetTrigParticleCreation_FullScan_EFID", - - "EF_e24vh_medium1_IDTrkNoCut_IDT:TrigFastTrackFinder_eGamma", - "EF_e24vh_medium1_IDTrkNoCut_IDT:InDetTrigParticleCreation_Electron_EFID", - "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau", - "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau_IDTrig", - "EF_tau29_IDTrkNoCut_IDT:InDetTrigParticleCreation_Tau_EFID", - "EF_mu22_IDTrkNoCut_tight_IDT:TrigFastTrackFinder_Muon", - "EF_mu22_IDTrkNoCut_tight_IDT:InDetTrigParticleCreation_Muon_EFID", - "EF_b55_NoCut_j55_a4tchad_IDT:TrigFastTrackFinder_Jet", - "EF_b55_NoCut_j55_a4tchad_IDT:InDetTrigParticleCreation_Bjet_EFID", - - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e24_medium_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e5_loose_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e24_medium_idperf:TrigFastTrackFinder_eGamma", - "HLT_e24_medium_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_e5_loose_idperf:TrigFastTrackFinder_eGamma", - "HLT_e5_loose_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu24_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:TrigFastTrackFinder_Muon", - "HLT_mu24_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu6_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:TrigFastTrackFinder_Muon", - "HLT_mu6_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau", - "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau25_idperf_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_FTF", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauCore_FTF:forID1", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauIso_FTF:forID3", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig:forID3", - - "HLT_tau29_track:TrigFastTrackFinder_Tau", - "HLT_tau29_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_FTF", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:0", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:1", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:2", - "HLT_tau20_r1_idperf:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau20_r1_idperf:InDetTrigTrackingxAODCnv_Tau_EFID", - - "HLT_j55_bperf:TrigFastTrackFinder_Jet", - "HLT_j55_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - "HLT_j55_EFID_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_EFID_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", +#include "TIDAdata_chains.dat" - "HLT_id_cosmic:InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID" -}; InitialiseFirstEvent = 1; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-offline.dat b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-offline.dat index 348649c971408d4aae65e69d10fa173d3d03b638..763c042fdbdcf70e424f4437aac6c27805cf9579 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-offline.dat +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-offline.dat @@ -1,201 +1,22 @@ // emacs: this is -*- c++ -*- -pT = 3000; -eta = 2.5; -// npix = 1; -// nsct = 2; -npix = -1; -nsct = -1; +#define OFFLINE -pT_rec = 0; -eta_rec = 5; -Rmatch = 0.05; +#include "TIDAdata_cuts.dat" -dumpflag = 0; -a0v = 10.5; -z0v = 10.5; -//refChain = "Offline"; +//refChain = "Truth"; +refChain = "Offline"; //refChain = "Electrons"; //refChain = "Muons"; //refChain = "Taus"; -/// NB: For the "Truth" chains, need to specify what -/// sort of particle (ie which pdgID) is needed -/// Fixme: should add a flag to enable/disable this -/// what if we want all final state particles -/// independent of pdgID? -refChain = "Offline"; -//pdgId=11; // electron --entered in command line now MinVertices = 0; -testChains = { - // "Offline", - // "Muons", - // "Electrons", - // "Truth", - - /// "Truth", - /// "Offline", - - // "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:0", - // "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:1", - // "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:2", - // "L2_e22vh_medium_IDTrkNoCut:TrigIDSCAN_eGamma", - // "L2_e22vh_medium_IDTrkNoCut:TrigSiTrack_eGamma", - // "EF_e22vh_medium_IDTrkNoCut:InDetTrigParticleCreation_Electron_EFID", - - // "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:0", - // "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:1", - // "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:2", - // "EF_mu22_IDTrkNoCut_tight:InDetTrigParticleCreation_Muon_EFID", - - // "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:0", - // "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:1", - // "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:2", - // "EF_tau29_IDTrkNoCut:InDetTrigParticleCreation_Tau_EFID", - - // "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:0", - // "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:1", - // "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:2", - // "EF_b55_NoCut_j55_a4tchad:InDetTrigParticleCreation_Bjet_EFID", - - // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:0", - // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:1", - // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:2", - // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:3", - // "EF_InDetMon_FS:InDetTrigParticleCreation_FullScan_EFID", - // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:0", - // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:1", - // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:2", - // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:3", - // "EF_InDetMonMerge_FS:InDetTrigParticleCreation_FullScan_EFID", - - // "EF_e24vh_medium1_IDTrkNoCut_IDT:TrigFastTrackFinder_eGamma", - // "EF_e24vh_medium1_IDTrkNoCut_IDT:InDetTrigParticleCreation_Electron_EFID", - // "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau", - // "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau_IDTrig", - // "EF_tau29_IDTrkNoCut_IDT:InDetTrigParticleCreation_Tau_EFID", - // "EF_mu22_IDTrkNoCut_tight_IDT:TrigFastTrackFinder_Muon", - // "EF_mu22_IDTrkNoCut_tight_IDT:InDetTrigParticleCreation_Muon_EFID", - // "EF_b55_NoCut_j55_a4tchad_IDT:TrigFastTrackFinder_Jet", - // "EF_b55_NoCut_j55_a4tchad_IDT:InDetTrigParticleCreation_Bjet_EFID", - - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e24_medium_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e5_loose_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e24_medium_idperf:TrigFastTrackFinder_eGamma", - "HLT_e24_medium_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_e5_loose_idperf:TrigFastTrackFinder_eGamma", - "HLT_e5_loose_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu24_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:TrigFastTrackFinder_Muon", - "HLT_mu24_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_mu24_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu24_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK", - - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu6_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:TrigFastTrackFinder_Muon", - "HLT_mu6_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_mu6_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu6_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK", - - "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau", - "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau25_idperf_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_FTF", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauCore_FTF:forID1", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauIso_FTF:forID3", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig:forID3", - - "HLT_tau29_track:TrigFastTrackFinder_Tau", - "HLT_tau29_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_FTF", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:0", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:1", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:2", - "HLT_tau20_r1_idperf:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau20_r1_idperf:InDetTrigTrackingxAODCnv_Tau_EFID", - - "HLT_j55_bperf:TrigFastTrackFinder_Jet", - "HLT_j55_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_IDTrig", - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", - "HLT_j55_boffperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_boffperf:InDetTrigTrackingxAODCnv_Bjet_IDTrig", - "HLT_j55_boffperf:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", - - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_Bjet_IDTrig:forID", - "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", - "HLT_j55_bperf_split:TrigFastTrackFinder_Jet:forID", - "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:xPrimVx:post:rvtx=xPrimVx", - "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:EFHistoPrmVtx:post:rvtx=EFHistoPrmVtx", - - "HLT_j55_boffperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_Bjet_IDTrig:forID", - "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", - "HLT_j55_boffperf_split:TrigFastTrackFinder_Jet:forID", - "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:xPrimVx:post:rvtx=xPrimVx", - "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:EFHistoPrmVtx:post:rvtx=EFHistoPrmVtx", - - "HLT_j55_EFID_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_EFID_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - "HLT_mb_idperf_L1MBTS_2:InDetTrigTrackingxAODCnv_minBias_EFID", +#include "TIDAdata_chains.dat" - "HLT_id_cosmic:InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID" -}; InitialiseFirstEvent = 1; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-rzMatcher.dat b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-rzMatcher.dat index 1e05f4651a2a52413f0ded970ad876138264b881..3ca614ac14e89768107a093884f43dbf28b74fb9 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-rzMatcher.dat +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt-rzMatcher.dat @@ -5,173 +5,21 @@ Matcher_deta = 0.02; Matcher_dphi = 0.03; Matcher_dzed = 5; -pT = 3000; -eta = 2.5; -// npix = 1; -// nsct = 2; -npix = -1; -nsct = -1; +#include "TIDAdata_cuts.dat" -pT_rec = 0; -eta_rec = 5; -Rmatch = 0.05; -dumpflag = 1; - -a0v = 10.5; -z0v = 10.5; +refChain = "Truth"; //refChain = "Offline"; //refChain = "Electrons"; //refChain = "Muons"; //refChain = "Taus"; -/// NB: For the "Truth" chains, need to specify what -/// sort of particle (ie which pdgID) is needed -/// Fixme: should add a flag to enable/disable this -/// what if we want all final state particles -/// independent of pdgID? -refChain = "Truth"; -//pdgId=11; // electron --entered in command line now MinVertices = 0; -testChains = { - //"Offline", - //"Muons", - //"Electrons", - // "Truth", - "Truth", - - - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:0", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:1", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:2", - "L2_e22vh_medium_IDTrkNoCut:TrigIDSCAN_eGamma", - "L2_e22vh_medium_IDTrkNoCut:TrigSiTrack_eGamma", - "EF_e22vh_medium_IDTrkNoCut:InDetTrigParticleCreation_Electron_EFID", - - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:0", - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:1", - "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:2", - "EF_mu22_IDTrkNoCut_tight:InDetTrigParticleCreation_Muon_EFID", - - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:0", - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:1", - "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:2", - "EF_tau29_IDTrkNoCut:InDetTrigParticleCreation_Tau_EFID", - - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:0", - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:1", - "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:2", - "EF_b55_NoCut_j55_a4tchad:InDetTrigParticleCreation_Bjet_EFID", - - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:0", - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:1", - "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:2", - "EF_InDetMon_FS:InDetTrigParticleCreation_FullScan_EFID", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:0", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:1", - "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:2", - "EF_InDetMonMerge_FS:InDetTrigParticleCreation_FullScan_EFID", - - "EF_e24vh_medium1_IDTrkNoCut_IDT:TrigFastTrackFinder_eGamma", - "EF_e24vh_medium1_IDTrkNoCut_IDT:InDetTrigParticleCreation_Electron_EFID", - "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau", - "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau_IDTrig", - "EF_tau29_IDTrkNoCut_IDT:InDetTrigParticleCreation_Tau_EFID", - "EF_mu22_IDTrkNoCut_tight_IDT:TrigFastTrackFinder_Muon", - "EF_mu22_IDTrkNoCut_tight_IDT:InDetTrigParticleCreation_Muon_EFID", - "EF_b55_NoCut_j55_a4tchad_IDT:TrigFastTrackFinder_Jet", - "EF_b55_NoCut_j55_a4tchad_IDT:InDetTrigParticleCreation_Bjet_EFID", - - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e24_medium_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e5_loose_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e24_medium_idperf:TrigFastTrackFinder_eGamma", - "HLT_e24_medium_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_e5_loose_idperf:TrigFastTrackFinder_eGamma", - "HLT_e5_loose_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu24_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:TrigFastTrackFinder_Muon", - "HLT_mu24_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu6_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:TrigFastTrackFinder_Muon", - "HLT_mu6_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau", - "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau25_idperf_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_FTF", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauCore_FTF:forID1", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauIso_FTF:forID3", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig:forID3", - - "HLT_tau29_track:TrigFastTrackFinder_Tau", - "HLT_tau29_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_FTF", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:0", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:1", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:2", - "HLT_tau20_r1_idperf:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau20_r1_idperf:InDetTrigTrackingxAODCnv_Tau_EFID", - - "HLT_j55_bperf:TrigFastTrackFinder_Jet", - "HLT_j55_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - "HLT_j55_EFID_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_EFID_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", +#include "TIDAdata_chains.dat" - "HLT_id_cosmic:InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID" -}; InitialiseFirstEvent = 1; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt.dat b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt.dat index 3fefea3e97159cac0a9cc0064e64c0ebefb1e5e6..7adfca1623f8d20bb97707d5b87e3811f12bf4d7 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt.dat +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata11-rtt.dat @@ -1,225 +1,19 @@ // emacs: this is -*- c++ -*- -pT = 3000; -eta = 2.5; -// npix = 1; -// nsct = 2; -npix = -1; -nsct = -1; +#include "TIDAdata_cuts.dat" -pT_rec = 0; -eta_rec = 5; -Rmatch = 0.05; - -dumpflag = 1; - -a0v = 10.5; -z0v = 10.5; +refChain = "Truth"; //refChain = "Offline"; //refChain = "Electrons"; //refChain = "Muons"; //refChain = "Taus"; -/// NB: For the "Truth" chains, need to specify what -/// sort of particle (ie which pdgID) is needed -/// Fixme: should add a flag to enable/disable this -/// what if we want all final state particles -/// independent of pdgID? -refChain = "Truth"; -//pdgId=11; // electron --entered in command line now MinVertices = 0; -testChains = { - // "Offline", - // "Muons", - // "Electrons", - // "Truth", - - "Truth", - - - // "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:0", - // "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:1", - // "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:2", - // "L2_e22vh_medium_IDTrkNoCut:TrigIDSCAN_eGamma", - // "L2_e22vh_medium_IDTrkNoCut:TrigSiTrack_eGamma", - // "EF_e22vh_medium_IDTrkNoCut:InDetTrigParticleCreation_Electron_EFID", - - // "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:0", - // "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:1", - // "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:2", - // "EF_mu22_IDTrkNoCut_tight:InDetTrigParticleCreation_Muon_EFID", - - // "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:0", - // "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:1", - // "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:2", - // "EF_tau29_IDTrkNoCut:InDetTrigParticleCreation_Tau_EFID", - - // "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:0", - // "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:1", - // "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:2", - // "EF_b55_NoCut_j55_a4tchad:InDetTrigParticleCreation_Bjet_EFID", - - // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:0", - // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:1", - // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:2", - // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:3", - // "EF_InDetMon_FS:InDetTrigParticleCreation_FullScan_EFID", - // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:0", - // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:1", - // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:2", - // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:3", - // "EF_InDetMonMerge_FS:InDetTrigParticleCreation_FullScan_EFID", - - // "EF_e24vh_medium1_IDTrkNoCut_IDT:TrigFastTrackFinder_eGamma", - // "EF_e24vh_medium1_IDTrkNoCut_IDT:InDetTrigParticleCreation_Electron_EFID", - // "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau", - // "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau_IDTrig", - // "EF_tau29_IDTrkNoCut_IDT:InDetTrigParticleCreation_Tau_EFID", - // "EF_mu22_IDTrkNoCut_tight_IDT:TrigFastTrackFinder_Muon", - // "EF_mu22_IDTrkNoCut_tight_IDT:InDetTrigParticleCreation_Muon_EFID", - // "EF_b55_NoCut_j55_a4tchad_IDT:TrigFastTrackFinder_Jet", - // "EF_b55_NoCut_j55_a4tchad_IDT:InDetTrigParticleCreation_Bjet_EFID", - - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e24_medium_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e5_loose_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - - "HLT_e24_medium_idperf:TrigFastTrackFinder_eGamma", - "HLT_e24_medium_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_e5_loose_idperf:TrigFastTrackFinder_eGamma", - "HLT_e5_loose_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", - "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu24_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:TrigFastTrackFinder_Muon", - "HLT_mu24_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_mu24_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig", - "HLT_mu24_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK", - "HLT_mu24_FTKRefit_idperf:InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig", - "HLT_mu24_FTKRefit_idperf:InDetTrigTrackingxAODCnv_Muon_FTKRefit", - - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", - "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", - "HLT_mu6_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:TrigFastTrackFinder_Muon", - "HLT_mu6_idperf:InDetTrigParticleCreation_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - - "HLT_mu6_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig", - "HLT_mu6_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK", - "HLT_mu6_FTKRefit_idperf:InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig", - "HLT_mu6_FTKRefit_idperf:InDetTrigTrackingxAODCnv_Muon_FTKRefit", - - "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau", - "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau25_idperf_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_FTF", - "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauCore_FTF:forID1", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauIso_FTF:forID3", - "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig:forID3", - - "HLT_tau25_idperf_FTK:InDetTrigTrackingxAODCnv_Tau_FTK", - "HLT_tau25_idperf_FTK:InDetTrigTrackingxAODCnv_Tau_FTK_IDTrig", - "HLT_tau25_idperf_FTKRefit:InDetTrigTrackingxAODCnv_Tau_FTKRefit", - "HLT_tau25_idperf_FTKRefit:InDetTrigTrackingxAODCnv_Tau_FTKRefit_IDTrig", - - "HLT_tau29_track:TrigFastTrackFinder_Tau", - "HLT_tau29_track:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_track:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", - "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_FTF", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau", - "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau_IDTrig", - "HLT_tau29_tracktwo:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", - "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", - - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:0", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:1", - "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:2", - "HLT_tau20_r1_idperf:InDetTrigParticleCreation_Tau_EFID", - "HLT_tau20_r1_idperf:InDetTrigTrackingxAODCnv_Tau_EFID", - - "HLT_j55_bperf:TrigFastTrackFinder_Jet", - "HLT_j55_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_IDTrig", - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", - "HLT_j55_boffperf:TrigFastTrackFinder_Jet", - "HLT_j55_boffperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_boffperf:InDetTrigTrackingxAODCnv_Bjet_IDTrig", - "HLT_j55_boffperf:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", - - "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_Bjet_IDTrig:forID", - "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", - "HLT_j55_bperf_split:TrigFastTrackFinder_Jet:forID", - "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi", - "HLT_j55_boffperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_Bjet_IDTrig:forID", - "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", - "HLT_j55_boffperf_split:TrigFastTrackFinder_Jet:forID", - "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi", - - "HLT_j55_bperf_split_FTKVtx:InDetTrigTrackingxAODCnv_Bjet_IDTrig", - "HLT_j55_bperf_split_FTKVtx:InDetTrigTrackingxAODCnv_Bjet_FTF", - "HLT_j55_bperf_split_FTK:InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig", - "HLT_j55_bperf_split_FTK:InDetTrigTrackingxAODCnv_Bjet_FTK", - "HLT_j55_bperf_split_FTKRefit:InDetTrigTrackingxAODCnv_Bjet_FTKRefit_IDTrig", - "HLT_j55_bperf_split_FTKRefit:InDetTrigTrackingxAODCnv_Bjet_FTKRefit", - "HLT_j55_boffperf_split_FTKVtx:InDetTrigTrackingxAODCnv_Bjet_IDTrig", - "HLT_j55_boffperf_split_FTKVtx:InDetTrigTrackingxAODCnv_Bjet_FTF", - "HLT_j55_boffperf_split_FTK:InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig", - "HLT_j55_boffperf_split_FTK:InDetTrigTrackingxAODCnv_Bjet_FTK", - "HLT_j55_boffperf_split_FTKRefit:InDetTrigTrackingxAODCnv_Bjet_FTKRefit_IDTrig", - "HLT_j55_boffperf_split_FTKRefit:InDetTrigTrackingxAODCnv_Bjet_FTKRefit", - - "HLT_j55_EFID_bperf:InDetTrigParticleCreation_Bjet_EFID", - "HLT_j55_EFID_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", - - "HLT_mb_idperf_L1MBTS_2:InDetTrigTrackingxAODCnv_minBias_EFID", - - "HLT_id_cosmic:InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID", - "HLT_beamspot_allTE_trkfast:InDetTrigTrackingxAODCnv_BeamSpot_FTF", - "HLT_beamspot_allTE_FTK:InDetTrigTrackingxAODCnv_BeamSpot_FTK" +#include "TIDAdata_chains.dat" -}; InitialiseFirstEvent = 1; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata_chains.dat b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata_chains.dat new file mode 100644 index 0000000000000000000000000000000000000000..f545f5d6132714c5694092f3743aea22e0dd390b --- /dev/null +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata_chains.dat @@ -0,0 +1,201 @@ +testChains = { + // "Offline", + // "Muons", + // "Electrons", + // "Truth", + + "Truth", + + + // "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:0", + // "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:1", + // "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:2", + // "L2_e22vh_medium_IDTrkNoCut:TrigIDSCAN_eGamma", + // "L2_e22vh_medium_IDTrkNoCut:TrigSiTrack_eGamma", + // "EF_e22vh_medium_IDTrkNoCut:InDetTrigParticleCreation_Electron_EFID", + + // "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:0", + // "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:1", + // "L2_mu22_IDTrkNoCut_tight:TrigL2SiTrackFinder_Muon:2", + // "EF_mu22_IDTrkNoCut_tight:InDetTrigParticleCreation_Muon_EFID", + + // "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:0", + // "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:1", + // "L2_tau29_IDTrkNoCut:TrigL2SiTrackFinder_Tau:2", + // "EF_tau29_IDTrkNoCut:InDetTrigParticleCreation_Tau_EFID", + + // "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:0", + // "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:1", + // "L2_b50_NoCut_j50_c4cchad:TrigL2SiTrackFinder_Jet:2", + // "EF_b55_NoCut_j55_a4tchad:InDetTrigParticleCreation_Bjet_EFID", + + // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:0", + // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:1", + // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:2", + // "L2_InDetMon_FS:TrigL2SiTrackFinder_FullScan:3", + // "EF_InDetMon_FS:InDetTrigParticleCreation_FullScan_EFID", + // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:0", + // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:1", + // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:2", + // "L2_InDetMonMergeDP_FS:TrigL2SiTrackFinder_FullScan:3", + // "EF_InDetMonMerge_FS:InDetTrigParticleCreation_FullScan_EFID", + + // "EF_e24vh_medium1_IDTrkNoCut_IDT:TrigFastTrackFinder_eGamma", + // "EF_e24vh_medium1_IDTrkNoCut_IDT:InDetTrigParticleCreation_Electron_EFID", + // "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau", + // "EF_tau29_IDTrkNoCut_IDT:TrigFastTrackFinder_Tau_IDTrig", + // "EF_tau29_IDTrkNoCut_IDT:InDetTrigParticleCreation_Tau_EFID", + // "EF_mu22_IDTrkNoCut_tight_IDT:TrigFastTrackFinder_Muon", + // "EF_mu22_IDTrkNoCut_tight_IDT:InDetTrigParticleCreation_Muon_EFID", + // "EF_b55_NoCut_j55_a4tchad_IDT:TrigFastTrackFinder_Jet", + // "EF_b55_NoCut_j55_a4tchad_IDT:InDetTrigParticleCreation_Bjet_EFID", + + "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", + "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", + "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", + "HLT_e24_medium_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", + "HLT_e24_medium_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", + + "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", + "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", + "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", + "HLT_e5_loose_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", + "HLT_e5_loose_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", + + "HLT_e24_medium_idperf:TrigFastTrackFinder_eGamma", + "HLT_e24_medium_idperf:InDetTrigParticleCreation_Electron_EFID", + "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", + "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", + "HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", + + "HLT_e5_loose_idperf:TrigFastTrackFinder_eGamma", + "HLT_e5_loose_idperf:InDetTrigParticleCreation_Electron_EFID", + "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", + "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", + "HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", + + "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", + "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", + "HLT_mu24_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", + "HLT_mu24_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", + "HLT_mu24_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", + "HLT_mu24_idperf:TrigFastTrackFinder_Muon", + "HLT_mu24_idperf:InDetTrigParticleCreation_Muon_EFID", + "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", + "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", + "HLT_mu24_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", + + "HLT_mu24_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig", + "HLT_mu24_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK", + "HLT_mu24_FTKRefit_idperf:InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig", + "HLT_mu24_FTKRefit_idperf:InDetTrigTrackingxAODCnv_Muon_FTKRefit", + + "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:0", + "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:1", + "HLT_mu6_L2Star_idperf:TrigL2SiTrackFinder_Muon:2", + "HLT_mu6_L2Star_idperf:InDetTrigParticleCreation_Muon_EFID", + "HLT_mu6_L2Star_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", + "HLT_mu6_idperf:TrigFastTrackFinder_Muon", + "HLT_mu6_idperf:InDetTrigParticleCreation_Muon_EFID", + "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_EFID", + "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", + "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", + + "HLT_mu6_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig", + "HLT_mu6_FTK_idperf:InDetTrigTrackingxAODCnv_Muon_FTK", + "HLT_mu6_FTKRefit_idperf:InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig", + "HLT_mu6_FTKRefit_idperf:InDetTrigTrackingxAODCnv_Muon_FTKRefit", + + "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau", + "HLT_tau25_idperf_track:TrigFastTrackFinder_Tau_IDTrig", + "HLT_tau25_idperf_track:InDetTrigParticleCreation_Tau_EFID", + "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_EFID", + "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_FTF", + "HLT_tau25_idperf_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", + "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau", + "HLT_tau25_idperf_tracktwo:TrigFastTrackFinder_Tau_IDTrig", + "HLT_tau25_idperf_tracktwo:InDetTrigParticleCreation_Tau_EFID", + "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", + "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", + "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauCore_FTF:forID1", + "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_TauIso_FTF:forID3", + "HLT_tau25_idperf_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig:forID3", + + "HLT_tau25_idperf_FTK:InDetTrigTrackingxAODCnv_Tau_FTK", + "HLT_tau25_idperf_FTK:InDetTrigTrackingxAODCnv_Tau_FTK_IDTrig", + "HLT_tau25_idperf_FTKRefit:InDetTrigTrackingxAODCnv_Tau_FTKRefit", + "HLT_tau25_idperf_FTKRefit:InDetTrigTrackingxAODCnv_Tau_FTKRefit_IDTrig", + + "HLT_tau29_track:TrigFastTrackFinder_Tau", + "HLT_tau29_track:TrigFastTrackFinder_Tau_IDTrig", + "HLT_tau29_track:InDetTrigParticleCreation_Tau_EFID", + "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_EFID", + "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_IDTrig", + "HLT_tau29_track:InDetTrigTrackingxAODCnv_Tau_FTF", + "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau", + "HLT_tau29_tracktwo:TrigFastTrackFinder_Tau_IDTrig", + "HLT_tau29_tracktwo:InDetTrigParticleCreation_Tau_EFID", + "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_EFID", + "HLT_tau29_tracktwo:InDetTrigTrackingxAODCnv_Tau_IDTrig", + + "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:0", + "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:1", + "HLT_tau20_r1_idperf:TrigL2SiTrackFinder_Tau:2", + "HLT_tau20_r1_idperf:InDetTrigParticleCreation_Tau_EFID", + "HLT_tau20_r1_idperf:InDetTrigTrackingxAODCnv_Tau_EFID", + + "HLT_j55_bperf:TrigFastTrackFinder_Jet", + "HLT_j55_bperf:InDetTrigParticleCreation_Bjet_EFID", + "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_IDTrig", + "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", + "HLT_j55_boffperf:TrigFastTrackFinder_Jet", + "HLT_j55_boffperf:InDetTrigParticleCreation_Bjet_EFID", + "HLT_j55_boffperf:InDetTrigTrackingxAODCnv_Bjet_IDTrig", + "HLT_j55_boffperf:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", + + "HLT_j55_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", + "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_Bjet_IDTrig:forID", + "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", + "HLT_j55_bperf_split:TrigFastTrackFinder_Jet:forID", +#ifdef OFFLINE + "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:xPrimVx:post:pt=5000:rvtx=xPrimVx", + "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:EFHistoPrmVtx:post:pt=5000:rvtx=EFHistoPrmVtx", +#else + "HLT_j55_bperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:post:pt=5000", +#endif + "HLT_j55_boffperf:InDetTrigTrackingxAODCnv_Bjet_EFID", + "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_Bjet_IDTrig:forID", + "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_Bjet_FTF:forID", + "HLT_j55_boffperf_split:TrigFastTrackFinder_Jet:forID", +#ifdef OFFLINE + "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:xPrimVx:post:pt=5000:rvtx=xPrimVx", + "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:EFHistoPrmVtx:post:pt=5000:rvtx=EFHistoPrmVtx", +#else + "HLT_j55_boffperf_split:InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:SuperRoi:post:pt=5000", +#endif + "HLT_j55_bperf_split_FTKVtx:InDetTrigTrackingxAODCnv_Bjet_IDTrig", + "HLT_j55_bperf_split_FTKVtx:InDetTrigTrackingxAODCnv_Bjet_FTF", + "HLT_j55_bperf_split_FTK:InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig", + "HLT_j55_bperf_split_FTK:InDetTrigTrackingxAODCnv_Bjet_FTK", + "HLT_j55_bperf_split_FTKRefit:InDetTrigTrackingxAODCnv_Bjet_FTKRefit_IDTrig", + "HLT_j55_bperf_split_FTKRefit:InDetTrigTrackingxAODCnv_Bjet_FTKRefit", + "HLT_j55_boffperf_split_FTKVtx:InDetTrigTrackingxAODCnv_Bjet_IDTrig", + "HLT_j55_boffperf_split_FTKVtx:InDetTrigTrackingxAODCnv_Bjet_FTF", + "HLT_j55_boffperf_split_FTK:InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig", + "HLT_j55_boffperf_split_FTK:InDetTrigTrackingxAODCnv_Bjet_FTK", + "HLT_j55_boffperf_split_FTKRefit:InDetTrigTrackingxAODCnv_Bjet_FTKRefit_IDTrig", + "HLT_j55_boffperf_split_FTKRefit:InDetTrigTrackingxAODCnv_Bjet_FTKRefit", + + "HLT_j55_EFID_bperf:InDetTrigParticleCreation_Bjet_EFID", + "HLT_j55_EFID_bperf:InDetTrigTrackingxAODCnv_Bjet_EFID", + + "HLT_mb_idperf_L1MBTS_2:InDetTrigTrackingxAODCnv_minBias_EFID", + + "HLT_id_cosmic:InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID", + + "HLT_beamspot_allTE_trkfast:InDetTrigTrackingxAODCnv_BeamSpot_FTF", + "HLT_beamspot_allTE_FTK:InDetTrigTrackingxAODCnv_BeamSpot_FTK", + "HLT_beamspot_idperf_FTK:InDetTrigTrackingxAODCnv_BeamSpot_FTKMon", + "HLT_beamspot_idperf_FTK:InDetTrigTrackingxAODCnv_BeamSpot_FTF" + +}; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata_cuts.dat b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata_cuts.dat new file mode 100644 index 0000000000000000000000000000000000000000..2cfbfc9f2a8d709b87358f5d90a0e248aefbc768 --- /dev/null +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/TIDAdata_cuts.dat @@ -0,0 +1,22 @@ +pT = 3000; +eta = 2.5; +#if defined(LARGED0) + a0=10; +#elif defined(LARGED0_EL) + a0=4.; +#else + a0=3.; +#endif +// npix = 1; +// nsct = 2; +npix = -1; +nsct = -1; + +pT_rec = 0; +eta_rec = 5; +Rmatch = 0.05; + +dumpflag = 1; + +a0v = 10.5; +z0v = 10.5; diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/Test_bin.dat b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/Test_bin.dat index 2e2f3b2e9f7811c7bad70556b2704f4e268d5e25..b3435eacfdada0cb4e1f4a36e72c6d0f590718cc 100644 --- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/Test_bin.dat +++ b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/share/Test_bin.dat @@ -15,6 +15,7 @@ e_ptNScale = 0.75; e_etaNScale = 0.50; e_phiNScale = 0.33; +e_a0NScale = 0.5; e_d0NScale = 1.0; e_z0NScale = 0.33; @@ -22,16 +23,19 @@ mu_ptNScale = 0.75; mu_etaNScale = 0.5; mu_phiNScale = 0.33; mu_d0NScale = 1.0; +mu_a0NScale = 0.5; mu_z0NScale = 0.33; tau_ptNScale = 0.75; tau_etaNScale = 0.5; tau_phiNScale = 0.33; +tau_a0NScale = 0.5; tau_d0NScale = 1.0; tau_z0NScale = 0.33; bjet_ptNScale = 0.75; bjet_etaNScale = 0.5; bjet_phiNScale = 0.33; +bjet_a0NScale = 0.5; bjet_d0NScale = 1.0; bjet_z0NScale = 0.33; diff --git a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/TrigIDtrkMonitoring/HLTIDZeeTagProbe.h b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/TrigIDtrkMonitoring/HLTIDZeeTagProbe.h index 5eca43bf5e2b0e5fce4cca72ca15eb7e6d94f127..27fe26b11538731b4ce0a94c366b178bc432143a 100644 --- a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/TrigIDtrkMonitoring/HLTIDZeeTagProbe.h +++ b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/TrigIDtrkMonitoring/HLTIDZeeTagProbe.h @@ -1,6 +1,4 @@ -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ +/// Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration #if 0 diff --git a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDPhysValMonitoringConfig.py b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDPhysValMonitoringConfig.py index 0f1c5970288afbd1a2d1d5a438bb5bf335b66c48..1f1c5f99fd82e7fb83133a375be7040b2f65d200 100644 --- a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDPhysValMonitoringConfig.py +++ b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDPhysValMonitoringConfig.py @@ -18,11 +18,12 @@ def TrigIDPhysValMonitoringTool(): from AthenaCommon.AppMgr import release_metadata d = release_metadata() - def makePhysvalMon(name, pdgid, chainnames, cosmic = False): + def makePhysvalMon(name, pdgid, chainnames, useHighestPT, cosmic = False): Monname = "TestIDPhysValMon" + name TestIDPhysValMon = TrigTestPhysValMon(name=Monname) TestIDPhysValMon.SliceTag = "HLT/IDMon/" + name TestIDPhysValMon.OutputLevel = INFO + TestIDPhysValMon.UseHighestPT = useHighestPT try: TestIDPhysValMon.EnableLumi = False @@ -47,8 +48,9 @@ def TrigIDPhysValMonitoringTool(): else: TestIDPhysValMon.mcTruth = False TestIDPhysValMon.ntupleChainNames = ['Offline',name] - TestIDPhysValMon.sctHitsOffline = 1 - TestIDPhysValMon.pixHitsOffline = 1 +# use default values ? +# TestIDPhysValMon.sctHitsOffline = 1 +# TestIDPhysValMon.pixHitsOffline = 1 TestIDPhysValMon.ntupleChainNames += chainnames @@ -62,67 +64,68 @@ def TrigIDPhysValMonitoringTool(): ############### Electrons ############### name = "Electron" pdgid = 11 + useHighestPT = True chainnames = [ - "HLT_e.*idperf.*:InDetTrigTrackingxAODCnv_Electron_EFID", "HLT_e.*idperf.*:InDetTrigTrackingxAODCnv_Electron_IDTrig", "HLT_e.*idperf.*:InDetTrigTrackingxAODCnv_Electron_FTF" ] - outputlist += [makePhysvalMon(name, pdgid, chainnames)] + outputlist += [makePhysvalMon(name, pdgid, chainnames, useHighestPT )] ############### Muons ############### name = "Muon" pdgid = 13 + useHighestPT = True chainnames = [ - "HLT_mu.*idperf.*:InDetTrigTrackingxAODCnv_Muon_EFID", "HLT_mu.*idperf.*:InDetTrigTrackingxAODCnv_Muon_IDTrig", "HLT_mu.*idperf.*:InDetTrigTrackingxAODCnv_Muon_FTF" ] - outputlist += [makePhysvalMon(name, pdgid, chainnames)] + outputlist += [makePhysvalMon(name, pdgid, chainnames, useHighestPT )] ############### Taus ############### name = "Tau" pdgid = 15 + useHighestPT = True chainnames = [ - "HLT_tau.*idperf.*:InDetTrigTrackingxAODCnv_Tau_EFID", "HLT_tau.*idperf.*:key=InDetTrigTrackingxAODCnv_Tau_IDTrig:roi=forID3", "HLT_tau.*idperf.*:key=InDetTrigTrackingxAODCnv_Tau_FTF:roi=forID", "HLT_tau.*idperf.*:key=InDetTrigTrackingxAODCnv_TauCore_FTF:roi=forID1", "HLT_tau.*idperf.*:key=InDetTrigTrackingxAODCnv_TauIso_FTF:roi=forID3" ] - outputlist += [makePhysvalMon(name, pdgid, chainnames)] + outputlist += [makePhysvalMon(name, pdgid, chainnames, useHighestPT )] ############### Bjets ############### name = "Bjet" pdgid = 5 + useHighestPT = False chainnames = [ - "HLT_j.*bperf_split:key=InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:roi=TrigSuperRoi", - "HLT_j.*bperf_split:InDetTrigTrackingxAODCnv_Bjet_IDTrig", - "HLT_j.*bperf_split:InDetTrigTrackingxAODCnv_Bjet_FTF", - "HLT_j.*bperf_split:InDetTrigTrackingxAODCnv_Bjet_EFID", - "HLT_mu.*bperf_dr05:key=InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:roi=TrigSuperRoi", - "HLT_mu.*bperf_dr05:InDetTrigTrackingxAODCnv_Bjet_IDTrig", - "HLT_mu.*bperf_dr05:InDetTrigTrackingxAODCnv_Bjet_EFID", - "HLT_mu.*bperf_dr05:InDetTrigTrackingxAODCnv_Bjet_FTF" + "HLT_j.*b.*perf_split:key=InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:roi=TrigSuperRoi", + "HLT_j.*b.*perf_split:InDetTrigTrackingxAODCnv_Bjet_IDTrig", + "HLT_j.*b.*perf_split:InDetTrigTrackingxAODCnv_Bjet_FTF", + "HLT_mu.*b.*perf_dr05:key=InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF:roi=TrigSuperRoi", + "HLT_mu.*b.*perf_dr05:InDetTrigTrackingxAODCnv_Bjet_IDTrig", + "HLT_mu.*b.*perf_dr05:InDetTrigTrackingxAODCnv_Bjet_FTF" ] - outputlist += [makePhysvalMon(name, pdgid, chainnames)] + outputlist += [makePhysvalMon(name, pdgid, chainnames, useHighestPT )] ############### Bphys ############### name = "Bphys" pdgid = 0 # Doesn't make sense + useHighestPT = False chainnames = [ "HLT_.*Bmumux.*:InDetTrigTrackingxAODCnv_Bphysics_IDTrig", "HLT_.*Bmumux.*:InDetTrigTrackingxAODCnv_Bphysics_FTF" ] - outputlist += [makePhysvalMon(name, pdgid, chainnames)] + outputlist += [makePhysvalMon(name, pdgid, chainnames, useHighestPT )] ############### Cosmics ############### name = "Cosmic" + useHighestPT = False pdgid = 0 # Not used for cosmic chainnames = [ 'HLT_.*id.*cosmic.*:InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID', 'HLT_.*id.*cosmic.*:InDetTrigTrackingxAODCnv_CosmicsN_EFID' ] - outputlist += [makePhysvalMon(name, pdgid, chainnames, cosmic=True)] + outputlist += [makePhysvalMon(name, pdgid, chainnames, useHighestPT, cosmic=True)] return outputlist diff --git a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDtrkMonitoringConfig.py b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDtrkMonitoringConfig.py index 35889a94fc32e5c4666dd4a1c179364ef019a910..3233daa53420f1a447d42ad9a5a166daa20e2541 100644 --- a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDtrkMonitoringConfig.py +++ b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDtrkMonitoringConfig.py @@ -105,17 +105,18 @@ def TrigIDtrkMonitoringTool(): tidaegammapurity = TrigTestBase(name = "IDEgammaPurityTool", histoPathBase = "/Trigger/HLT") tidaegammapurity.AnalysisConfig = "Tier0" - tidaegammapurity.SliceTag = "HLT/TRIDT/EgammaPurity/Shifter" + tidaegammapurity.SliceTag = "HLT/TRIDT/EgammaPurity/Expert" tidaegammapurity.UseHighestPT = True tidaegammapurity.RunPurity = True # tidabase.OutputLevel = DEBUG + tidaegammapurity.Shifter = True tidaegammapurity.ntupleChainNames += [ "Offline", - "HLT_e26_lhtight_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", - "HLT_e26_lhtight_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", + "HLT_e26_lhtight_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", + "HLT_e26_lhtight_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig", # HI chains - "HLT_e15_medium_ion_idperf_L1EM12:InDetTrigTrackingxAODCnv_Electron_FTF", - "HLT_e15_medium_ion_idperf_L1EM12:InDetTrigTrackingxAODCnv_Electron_IDTrig", + "HLT_e15_medium_ion_idperf_L1EM12:InDetTrigTrackingxAODCnv_Electron_FTF", + "HLT_e15_medium_ion_idperf_L1EM12:InDetTrigTrackingxAODCnv_Electron_IDTrig", "HLT_e.*_idperf:InDetTrigTrackingxAODCnv_Electron_FTF", "HLT_e.*_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig" ] @@ -173,18 +174,19 @@ def TrigIDtrkMonitoringTool(): tidamuonpurity = TrigTestBase(name = "IDMuonPurityTool", histoPathBase = "/Trigger/HLT") tidamuonpurity.AnalysisConfig = "Tier0" - tidamuonpurity.SliceTag = "HLT/TRIDT/MuonPurity/Shifter" + tidamuonpurity.SliceTag = "HLT/TRIDT/MuonPurity/Expert" tidamuonpurity.UseHighestPT = True tidamuonpurity.RunPurity = True + tidamuonpurity.Shifter = True tidamuonpurity.ntupleChainNames += [ "Offline", - "HLT_mu20_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu20_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", + "HLT_mu20_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", + "HLT_mu20_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", # HI chains - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", - "HLT_mu8_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", - "HLT_mu8_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", + # "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", + # "HLT_mu6_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", + # "HLT_mu8_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", + # "HLT_mu8_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig", "HLT_mu.*_idperf:InDetTrigTrackingxAODCnv_Muon_FTF", "HLT_mu.*_idperf:InDetTrigTrackingxAODCnv_Muon_IDTrig" ] @@ -240,14 +242,15 @@ def TrigIDtrkMonitoringTool(): tidataupurity = TrigTestBase(name = "IDTauPurityTool", histoPathBase = "/Trigger/HLT") tidataupurity.AnalysisConfig = "Tier0" - tidataupurity.SliceTag = "HLT/TRIDT/TauPurity/Shifter" + tidataupurity.SliceTag = "HLT/TRIDT/TauPurity/Expert" tidataupurity.UseHighestPT = True tidataupurity.RunPurity = True + tidataupurity.Shifter = True tidataupurity.ntupleChainNames += [ "Offline", # "HLT_tau25_idperf_tracktwo:key=InDetTrigTrackingxAODCnv_TauCore_FTF:roi=forID1", - "HLT_tau25_idperf_tracktwo:key=InDetTrigTrackingxAODCnv_Tau_IDTrig:roi=forID3", - "HLT_tau25_idperf_tracktwo:key=InDetTrigTrackingxAODCnv_TauIso_FTF:roi=forID3", +# "HLT_tau25_idperf_tracktwo:key=InDetTrigTrackingxAODCnv_Tau_IDTrig:roi=forID3", +# "HLT_tau25_idperf_tracktwo:key=InDetTrigTrackingxAODCnv_TauIso_FTF:roi=forID3", "HLT_tau.*_idperf_tracktwo:key=InDetTrigTrackingxAODCnv_Tau_IDTrig:roi=forID3", "HLT_tau.*_idperf_tracktwo:key=InDetTrigTrackingxAODCnv_TauIso_FTF:roi=forID3" ] @@ -304,7 +307,7 @@ def TrigIDtrkMonitoringTool(): tidabjetpurity = TrigTestBase(name = "IDBjetPurityerTool", histoPathBase = "/Trigger/HLT") tidabjetpurity.AnalysisConfig = "Tier0" - tidabjetpurity.SliceTag = "HLT/TRIDT/BjetPurity/Shifter" + tidabjetpurity.SliceTag = "HLT/TRIDT/BjetPurity/Expert" tidabjetpurity.RunPurity = True tidabjetpurity.ntupleChainNames += [ "Offline", @@ -429,10 +432,22 @@ def TrigIDtrkMonitoringTool(): # tidabase.OutputLevel = DEBUG tidaftk.ntupleChainNames += [ "Offline", + #jets "HLT_j.*perf_.*_FTKRefit:key=InDetTrigTrackingxAODCnv_Bjet_FTKRefit", "HLT_j.*perf_.*_FTKRefit:key=InDetTrigTrackingxAODCnv_Bjet_FTKRefit_IDTrig", "HLT_j.*perf_.*_FTK:key=InDetTrigTrackingxAODCnv_Bjet_FTK", - "HLT_j.*perf_.*_FTK:key=InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig" + "HLT_j.*perf_.*_FTK:key=InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig", + #taus + "HLT_tau.*_idperf_.*FTK:key=InDetTrigTrackingxAODCnv_Tau_FTK", + "HLT_tau.*_idperf_.*FTK:key=InDetTrigTrackingxAODCnv_Tau_FTK_IDTrig", + "HLT_tau.*_FTKNoPrec:key=InDetTrigTrackingxAODCnv_Tau_FTK", + "HLT_tau.*_FTKRefit:key=InDetTrigTrackingxAODCnv_Tau_FTKRefit", + "HLT_tau.*_FTKRefit:key=InDetTrigTrackingxAODCnv_Tau_FTKRefit_IDTrig", + #muons + "HLT_mu.*_idperf_FTK:key=InDetTrigTrackingxAODCnv_Muon_FTK", + "HLT_mu.*_idperf_FTK:key=InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig", + "HLT_mu.*_idperf_FTKRefit:key=InDetTrigTrackingxAODCnv_Muon_FTKRefit", + "HLT_mu.*_idperf_FTKRefit:key=InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig" ] ToolSvc += tidaftk; list += [ "TrigTestBase/IDFTKTool" ] diff --git a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/src/HLTIDZeeTagProbe.cxx b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/src/HLTIDZeeTagProbe.cxx index 5e7607fd85fbd5cf888de0d2322a12d946bc5d8d..a0aee46c281d8e2e395c077381f487646f24133e 100644 --- a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/src/HLTIDZeeTagProbe.cxx +++ b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/src/HLTIDZeeTagProbe.cxx @@ -1,6 +1,4 @@ -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ +// Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration #if 0 diff --git a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_beamspot_ttbar.xml b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_beamspot_ttbar.xml index 2da1874f50462d0ef5f50504935365dc4a841391..f97b21d0884b0ff6d236990f3bdacc501c1c6c92 100644 --- a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_beamspot_ttbar.xml +++ b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_beamspot_ttbar.xml @@ -35,7 +35,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-beamspot-FTK.root data-FTK_beamspot_ttbar-reference.root HLT_beamspot_allTE_trkfast_InDetTrigTrackingxAODCnv_BeamSpot_FTF HLT_beamspot_allTE_FTK_InDetTrigTrackingxAODCnv_BeamSpot_FTK -d HLTL2-plots </argvalue> + <argvalue>data-beamspot-FTK.root data-FTK_beamspot_ttbar-reference.root HLT_beamspot_allTE_trkfast_InDetTrigTrackingxAODCnv_BeamSpot_FTF HLT_beamspot_idperf_FTK_InDetTrigTrackingxAODCnv_BeamSpot_FTKMon -d HLTL2-plots </argvalue> </arg> </action> diff --git a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_bjet_ttbar_offline.xml b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_bjet_ttbar_offline.xml new file mode 100644 index 0000000000000000000000000000000000000000..5ed14d7b6e7319cb6d200a0c2ba194d33637eafe --- /dev/null +++ b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_bjet_ttbar_offline.xml @@ -0,0 +1,82 @@ + <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_bjet_ttbar_offline'> + <doc>Bjetslice, ttbar, FTK chains</doc> + <displayName>BjetSlice, ttbar, FTK chains</displayName> + <commandLineFlags>EventMax=500;doIDNewTracking=True;runMergedChain=True;doFTK=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + +# include "samples/TrigInDetValidation_FTK_ttbar_sample2.xml" + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt-offline.dat -f data-bjet-FTK.root -b Test_bin.dat </argvalue> + </arg> + </action> + + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-FTK.root data-FTK_bjet_ttbar_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_FTKVtx_InDetTrigTrackingxAODCnv_Bjet_FTF HLT_j55_boffperf_split_FTK_InDetTrigTrackingxAODCnv_Bjet_FTK HLT_j55_boffperf_split_FTKRefit_InDetTrigTrackingxAODCnv_Bjet_FTKRefit -d HLTL2-plots </argvalue> + </arg> + </action> + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-FTK.root data-FTK_bjet_ttbar_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_FTKVtx_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_FTK_InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig HLT_j55_boffperf_split_FTKRefit_InDetTrigTrackingxAODCnv_Bjet_FTKRefit_IDTrig -d HLTEF-plots </argvalue> + </arg> + </action> + + + +# include "TrigInDetValidation_expertMonitoring.xml" +# include "TrigInDetValidation_costMonitoring.xml" +# include "TrigInDetValidation_extra.xml" + + + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + +# include "TrigInDetValidation_aux.xml" + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + + + + diff --git a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_mu_ttbar_offline.xml b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_mu_ttbar_offline.xml new file mode 100644 index 0000000000000000000000000000000000000000..b06773fb1312bde35494b299273dec91b02777f9 --- /dev/null +++ b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_FTK_mu_ttbar_offline.xml @@ -0,0 +1,111 @@ + <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_mu_ttbar_offline'> + <doc>Muon slice FTK ttbar sample</doc> + <displayName>MuonSlice FTK ttbar sample</displayName> + <commandLineFlags>EventMax=5000;doIDNewTracking=True;runMergedChain=True;doFTK=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + +# include "samples/TrigInDetValidation_FTK_ttbar_sample2.xml" + + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt-offline.dat -f data-muon-FTK.root -p 13 -b Test_bin.dat </argvalue> + </arg> + </action> + + + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar_offline-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK HLT_mu24_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit -d HLTL2-plots </argvalue> + </arg> + </action> + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar_offline-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig HLT_mu24_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig HLT_mu24_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig -d HLTEF-plots </argvalue> + </arg> + </action> + + + + <action position="04"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar_offline-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK HLT_mu6_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit -d HLTL2-plots-lowpt </argvalue> + </arg> + </action> + + + + <action position="05"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar_offline-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig HLT_mu6_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig HLT_mu6_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig -d HLTEF-plots-lowpt </argvalue> + </arg> + </action> + + + +# include "TrigInDetValidation_expertMonitoring.xml" +# include "TrigInDetValidation_costMonitoring.xml" +# include "TrigInDetValidation_extra.xml" + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + <auxFilePattern>TIDAdata*.dat</auxFilePattern> +# include "TrigInDetValidation_aux.xml" + <auxFilePattern>Test_bin.dat</auxFilePattern> + + <athenaCommonFlags /><alwaysRunPostProc /> + + </athena> + + + diff --git a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_TestConfiguration_main.xml b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_TestConfiguration_main.xml index 5e9ffdc075c501fcdc8520e707b99358980f2407..41b6f40e9747cb0a2417b4d17a2795809ea86ba6 100644 --- a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_TestConfiguration_main.xml +++ b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_TestConfiguration_main.xml @@ -34,6 +34,8 @@ # include "TrigInDetValidation_all_ttbar_pu80.xml" # include "TrigInDetValidation_beamspot_ttbar_pu46.xml" +# include "TrigInDetValidation_beamspot_ttbar_pu46_zfinder.xml" +# include "TrigInDetValidation_beamspot_ttbar_pu80_zfinder.xml" # include "TrigInDetValidation_el_Jpsiee_pu40.xml" # include "TrigInDetValidation_el_single_e_7-80_larged0.xml" @@ -68,6 +70,7 @@ # include "TrigInDetValidation_bjet_IBL_pu80.xml" # include "TrigInDetValidation_bjet_IBL_pu40_2016config.xml" +# include "TrigInDetValidation_bjet_IBL_pu40_offline_2016config.xml" <!-- # include "TrigInDetValidation_bjet_IBL_pu40_trkpt2.xml" --> <!-- # include "TrigInDetValidation_bjet_IBL_pu40_super1.xml" --> @@ -101,6 +104,8 @@ # include "TrigInDetValidation_FTK_tau_tautau.xml" # include "TrigInDetValidation_FTK_bjet_ttbar.xml" # include "TrigInDetValidation_FTK_beamspot_ttbar.xml" +# include "TrigInDetValidation_FTK_mu_ttbar_offline.xml" +# include "TrigInDetValidation_FTK_bjet_ttbar_offline.xml" </jobList> diff --git a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_beamspot_ttbar_pu46_zfinder.xml b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_beamspot_ttbar_pu46_zfinder.xml new file mode 100644 index 0000000000000000000000000000000000000000..805ba0c06d76d3789ee320e81c8245ae2c7a9922 --- /dev/null +++ b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_beamspot_ttbar_pu46_zfinder.xml @@ -0,0 +1,63 @@ + <athena trendId='all_pu46' userJobId='TrigInDetValidation_beamspot_ttbar_pu46_zfinder'> + <doc>BeamSpot slice, ttbar events, pu46, run2 chains</doc> + <displayName>BeamSpot slice, ttbar, pu46, run2 chains</displayName> + <commandLineFlags>EventMax=1000;runMergedChain=True;fastZFinder=True;rec.doFloatingPointException.set_Value_and_Lock(False)</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BeamspotSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + +# include "samples/TrigInDetValidation_ttbar_sample1.xml" + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-all.root -b Test_bin.dat </argvalue> + </arg> + </action> + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-all.root data-beamspot_ttbar_pu46_zfinder-reference.root HLT_beamspot_allTE_trkfast_InDetTrigTrackingxAODCnv_BeamSpot_FTF -d HLTL2-test-plots </argvalue> + </arg> + </action> + + + + +# include "TrigInDetValidation_expertMonitoring.xml" +# include "TrigInDetValidation_costMonitoring.xml" +# include "TrigInDetValidation_extra.xml" + + + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + +# include "TrigInDetValidation_aux.xml" + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + diff --git a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_beamspot_ttbar_pu80_zfinder.xml b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_beamspot_ttbar_pu80_zfinder.xml new file mode 100644 index 0000000000000000000000000000000000000000..39b1a3b35f59abc038723ab6c4b584ebac5c328e --- /dev/null +++ b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_beamspot_ttbar_pu80_zfinder.xml @@ -0,0 +1,62 @@ + <athena trendId='all_pu80' userJobId='TrigInDetValidation_beamspot_ttbar_pu80_zfinder'> + <doc>BeamSpot slice, ttbar events, pu80, run2 chains</doc> + <displayName>BeamSpot slice, ttbar, pu80, run2 chains</displayName> + <commandLineFlags>EventMax=1000;runMergedChain=True;fastZFinder=True;rec.doFloatingPointException.set_Value_and_Lock(False)</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BeamspotSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + +# include "samples/TrigInDetValidation_ttbar_sample3.xml" + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-all.root -b Test_bin.dat </argvalue> + </arg> + </action> + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-all.root data-beamspot_ttbar_pu80_zfinder-reference.root HLT_beamspot_allTE_trkfast_InDetTrigTrackingxAODCnv_BeamSpot_FTF -d HLTL2-test-plots </argvalue> + </arg> + </action> + + + + +# include "TrigInDetValidation_expertMonitoring.xml" +# include "TrigInDetValidation_costMonitoring.xml" +# include "TrigInDetValidation_extra.xml" + + + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + +# include "TrigInDetValidation_aux.xml" + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + diff --git a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_2016config.xml b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_2016config.xml new file mode 100644 index 0000000000000000000000000000000000000000..fb7c31a93c1f470bf925d6be6f5e247f71062387 --- /dev/null +++ b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_2016config.xml @@ -0,0 +1,82 @@ + <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu40_2016config'> + <doc>Bjetslice, ttbar, pu40, IBL, run2 chains</doc> + <displayName>BjetSlice, ttbar, pu40, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=900;runMergedChain=True;minVtxTrackpT=1000;bjetEtaHalfWidth=0.2;bjetPhiHalfWidth=0.2;splitZHalfWidth=20;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + +# include "samples/TrigInDetValidation_ttbar_sample1.xml" + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-bjet-pileup-merging.root -b Test_bin.dat </argvalue> + </arg> + </action> + + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_2016config-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> + </arg> + </action> + + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_2016config-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> + </arg> + </action> + + + + +# include "TrigInDetValidation_expertMonitoring.xml" +# include "TrigInDetValidation_costMonitoring.xml" +# include "TrigInDetValidation_extra.xml" + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + +# include "TrigInDetValidation_aux.xml" + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + + + + diff --git a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_offline.xml b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_offline.xml index 0d27dc483b65c6ed8e39ad67817218d3b347da68..0b00bc90ce775e4f880bd8f66017d4e5aec6611d 100644 --- a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_offline.xml +++ b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_offline.xml @@ -51,7 +51,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-bjet-pileup.root data-bjet_IBL_pu40_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> + <argvalue>data-bjet-pileup.root data-bjet_IBL_pu40_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi_xPrimVx -d HLTL2-plots </argvalue> </arg> </action> diff --git a/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_offline_2016config.xml b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_offline_2016config.xml new file mode 100644 index 0000000000000000000000000000000000000000..257c43f0c6629915210915ba9fd909107464ad61 --- /dev/null +++ b/Trigger/TrigValidation/TrigInDetValidation/TIDAbuild/TrigInDetValidation_bjet_IBL_pu40_offline_2016config.xml @@ -0,0 +1,82 @@ + <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu40_offline_2016config'> + <doc>Bjetslice, ttbar, pu40, IBL, run2 chains</doc> + <displayName>BjetSlice, ttbar, pu40, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=900;doIDNewTracking=True;runMergedChain=True;minVtxTrackpT=1000;bjetEtaHalfWidth=0.2;bjetPhiHalfWidth=0.2;splitZHalfWidth=20;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + +# include "samples/TrigInDetValidation_ttbar_sample1.xml" + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt-offline.dat -f data-bjet-pileup-merging.root -b Test_bin.dat </argvalue> + </arg> + </action> + + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_offline_2016config-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> + </arg> + </action> + + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_offline_2016config-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi_xPrimVx -d HLTL2-plots </argvalue> + </arg> + </action> + + + + +# include "TrigInDetValidation_expertMonitoring.xml" +# include "TrigInDetValidation_costMonitoring.xml" +# include "TrigInDetValidation_extra.xml" + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + +# include "TrigInDetValidation_aux.xml" + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + + + + diff --git a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_Chains.py b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_Chains.py index 2209c5a31c88be617500f0046f1499c8d903f78d..32bbda884697d43e883f3069036d6d28b733ac76 100644 --- a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_Chains.py +++ b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_Chains.py @@ -1,7 +1,7 @@ from TriggerMenu import useNewTriggerMenu use_new_tm = useNewTriggerMenu() -def electronChains(runMergedChain, doIDNewTracking): +def electronChains(doIDNewTracking): idTrigChainlist = [] tidaAnalysischains = ["Truth"] @@ -9,50 +9,14 @@ def electronChains(runMergedChain, doIDNewTracking): if doIDNewTracking: tidaAnalysischains += ["Offline"] - if not use_new_tm: - idTrigChainlist += [ - 'e22vh_medium_IDTrkNoCut', - ] - tidaAnalysischains += [ - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:0", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:1", - "L2_e22vh_medium_IDTrkNoCut:TrigL2SiTrackFinder_eGamma:2", - "EF_e22vh_medium_IDTrkNoCut:InDetTrigParticleCreation_Electron_EFID", - ] - else: - idTrigChainlist.append( ['e24_medium_L2Star_idperf', 'L1_EM18VH', [], ['Egamma'], ['RATE:SingleElectron', 'BW:Egamma'],1]) - idTrigChainlist.append( ['e5_loose_L2Star_idperf', 'L1_EM3', [], ['Egamma'], ['RATE:SingleElectron', 'BW:Egamma'],1]) - tidaAnalysischains += [ - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e24_medium_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e24_medium_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e24_medium_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:0", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:1", - "HLT_e5_loose_L2Star_idperf:TrigL2SiTrackFinder_eGamma:2", - "HLT_e5_loose_L2Star_idperf:InDetTrigParticleCreation_Electron_EFID", - "HLT_e5_loose_L2Star_idperf:InDetTrigTrackingxAODCnv_Electron_EFID", - ] - - if 'runMergedChain' in dir() and runMergedChain==True: - if use_new_tm: - idTrigChainlist.append( ['e24_medium_idperf', 'L1_EM18VH', [], ['Egamma'], ['RATE:SingleElectron', 'BW:Egamma'],1]) - idTrigChainlist.append( ['e5_loose_idperf', 'L1_EM3', [], ['Egamma'], ['RATE:SingleElectron', 'BW:Egamma'],1]) - tidaAnalysischains.append('HLT_e24_medium_idperf:TrigFastTrackFinder_eGamma') - tidaAnalysischains.append('HLT_e24_medium_idperf:InDetTrigParticleCreation_Electron_EFID') - tidaAnalysischains.append('HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_EFID') - tidaAnalysischains.append('HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig') - tidaAnalysischains.append('HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_FTF') - tidaAnalysischains.append('HLT_e5_loose_idperf:TrigFastTrackFinder_eGamma') - tidaAnalysischains.append('HLT_e5_loose_idperf:InDetTrigParticleCreation_Electron_EFID') - tidaAnalysischains.append('HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_EFID') - tidaAnalysischains.append('HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig') - tidaAnalysischains.append('HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_FTF') - else: - idTrigChainlist.append('e24vh_medium1_IDTrkNoCut_IDT') - tidaAnalysischains.append('EF_e24vh_medium1_IDTrkNoCut_IDT:TrigFastTrackFinder_eGamma') - tidaAnalysischains.append('EF_e24vh_medium1_IDTrkNoCut_IDT:InDetTrigParticleCreation_Electron_EFID') + idTrigChainlist.append( ['e24_medium_idperf', 'L1_EM18VH', [], ['Egamma'], ['RATE:SingleElectron', 'BW:Egamma'],1]) + idTrigChainlist.append( ['e5_loose_idperf', 'L1_EM3', [], ['Egamma'], ['RATE:SingleElectron', 'BW:Egamma'],1]) + tidaAnalysischains.append('HLT_e24_medium_idperf:TrigFastTrackFinder_eGamma') + tidaAnalysischains.append('HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig') + tidaAnalysischains.append('HLT_e24_medium_idperf:InDetTrigTrackingxAODCnv_Electron_FTF') + tidaAnalysischains.append('HLT_e5_loose_idperf:TrigFastTrackFinder_eGamma') + tidaAnalysischains.append('HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_IDTrig') + tidaAnalysischains.append('HLT_e5_loose_idperf:InDetTrigTrackingxAODCnv_Electron_FTF') return (idTrigChainlist, tidaAnalysischains) @@ -251,12 +215,16 @@ def beamspotChains(runMergedChain, doIDNewTracking, doFTK): idTrigChainlist.append(['beamspot_allTE_trkfast', 'L1_4J15', [], ['Main'], ['RATE:BeamSpot', 'BW:BeamSpot'], 1]) if doFTK: idTrigChainlist.append(['beamspot_allTE_FTK', 'L1_4J15', [], ['Main'], ['RATE:BeamSpot', 'BW:BeamSpot'], 1]) + idTrigChainlist.append(['beamspot_idperf_FTK', 'L1_4J15', [], ['Main'], ['RATE:BeamSpot', 'BW:BeamSpot'], 1]) + tidaAnalysischains += [ 'HLT_beamspot_allTE_L2StarB:TrigL2SiTrackFinder_BeamSpotB', 'HLT_beamspot_allTE_trkfast:TrigFastTrackFinder_BeamSpot_IDTrig', 'HLT_beamspot_allTE_trkfast:InDetTrigTrackingxAODCnv_BeamSpot_FTF', 'HLT_beamspot_allTE_FTK:InDetTrigTrackingxAODCnv_BeamSpot_FTK', + 'HLT_beamspot_idperf_FTK:InDetTrigTrackingxAODCnv_BeamSpot_FTKMon', + 'HLT_beamspot_idperf_FTK:InDetTrigTrackingxAODCnv_BeamSpot_FTF', ] return (idTrigChainlist, tidaAnalysischains) diff --git a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_AllSlices.py b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_AllSlices.py index 1529004dd587fdd31e3632d8d2fe05c4fc447571..b8e1ccd9c82fd009a8534650bf8ae151a99ffef5 100755 --- a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_AllSlices.py +++ b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_AllSlices.py @@ -79,7 +79,7 @@ tidaAnalysischains = [] include("TrigInDetValidation/TrigInDetValidation_RTT_Chains.py") -(electronChainlist, electronAnalysischains) = electronChains(rMC, rID) +(electronChainlist, electronAnalysischains) = electronChains(rID) tidaAnalysischains += electronAnalysischains (muonChainlist, muonAnalysischains) = muonChains(rMC, rID, rFTK) diff --git a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_BeamspotSlice.py b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_BeamspotSlice.py index 504ca4db93dd287d3e215429d8578d4679769ad5..22b003703227bbcf055f3b2b534ad58251d720dd 100755 --- a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_BeamspotSlice.py +++ b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_BeamspotSlice.py @@ -61,5 +61,27 @@ def resetSigs(): TriggerFlags.BeamspotSlice.setAll(); TriggerFlags.BeamspotSlice.signatures = idtrigChainlist + + include("TrigInDetValidation/TrigInDetValidation_RTT_Common.py") topSequence.TrigSteer_HLT.terminateAlgo.Prescale=1. + +if 'fastZFinder' in dir() and fastZFinder==True: + FTF = topSequence.TrigSteer_HLT.TrigFastTrackFinder_BeamSpot_IDTrig + + # set fast ZFinder settings here + # from AthenaCommon.ConfigurableDb import getConfigurable + # zfinder = getConfigurable("TrigZFinder") + zfinder = FTF.trigZFinder + + zfinder.NumberOfPeaks = 4 + zfinder.TripletMode = 1 + zfinder.TripletDZ = 1 + zfinder.PhiBinSize = 0.1 + zfinder.MaxLayer = 3 + zfinder.MinVtxSignificance = 10 + zfinder.Percentile = 0.95 + + print zfinder + + diff --git a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_ElectronSlice.py b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_ElectronSlice.py index 49bc6dfc5f0a448a829b4a38ba6f5d894409818b..7b18daba1a8eb6f5a3e3fa73363c2538fa647ea5 100755 --- a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_ElectronSlice.py +++ b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_RTT_topOptions_ElectronSlice.py @@ -64,14 +64,11 @@ if athenaCommonFlags.FilesInput()==[]: include("TrigInDetValidation/TrigInDetValidation_RTT_Chains.py") -rMC = False -if 'runMergedChain' in dir() and runMergedChain==True: - rMC = True rID=False if 'doIDNewTracking' in dir() and doIDNewTracking==True: rID = True -(idtrigChainlist, tidaAnalysischains) = electronChains(rMC,rID) +(idtrigChainlist, tidaAnalysischains) = electronChains(rID) def resetSigs(): diff --git a/Trigger/TrigValidation/TrigInDetValidation/test/TrigInDetValidation_TestConfiguration.xml b/Trigger/TrigValidation/TrigInDetValidation/test/TrigInDetValidation_TestConfiguration.xml index e4e418448f917d907b61a5740e9e884bba89aca9..6b29225b7e7445dec06662ce112c98c07b583f32 100644 --- a/Trigger/TrigValidation/TrigInDetValidation/test/TrigInDetValidation_TestConfiguration.xml +++ b/Trigger/TrigValidation/TrigInDetValidation/test/TrigInDetValidation_TestConfiguration.xml @@ -1190,76 +1190,56 @@ + <athena trendId='all_pu46' userJobId='TrigInDetValidation_beamspot_ttbar_pu46_zfinder'> + <doc>BeamSpot slice, ttbar events, pu46, run2 chains</doc> + <displayName>BeamSpot slice, ttbar, pu46, run2 chains</displayName> + <commandLineFlags>EventMax=1000;runMergedChain=True;fastZFinder=True;rec.doFloatingPointException.set_Value_and_Lock(False)</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BeamspotSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> - <athena trendId='electron_merging_lowpt' userJobId='TrigInDetValidation_el_Jpsiee_pu40'> - <doc>Jpsie3e3, pu0, run2 chains</doc> - <displayName>ElectronSlice-Jpsie3e3, pu40, run2 chains</displayName> - <commandLineFlags>EventMax=10000;runMergedChain=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> - <package>Trigger/TrigValidation/TrigInDetValidation</package> - <group>TrigInDetValidation</group> - <queue>long</queue> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000041.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000044.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000048.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000051.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000053.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000054.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000055.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000059.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000060.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000071.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000006.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000007.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000008.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000010.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000017.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000021.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000023.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000024.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000029.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000039.pool.root.1</dataset> + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-all.root -b Test_bin.dat </argvalue> + </arg> + </action> - <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-electron-merge.root -p 11 -b Test_bin.dat </argvalue> - </arg> - </action> - - - - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Jpsiee_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> - </arg> - </action> - - + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-all.root data-beamspot_ttbar_pu46_zfinder-reference.root HLT_beamspot_allTE_trkfast_InDetTrigTrackingxAODCnv_BeamSpot_FTF -d HLTL2-test-plots </argvalue> + </arg> + </action> - - <action position="03"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Jpsiee_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> - </arg> - </action> @@ -1371,12 +1351,14 @@ </action> - - <testToRemove> - <jobGroupName>RTT:Top</jobGroupName> - <testidentifier>CheckFileRunner0</testidentifier> - </testToRemove> - + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + @@ -1391,87 +1373,42 @@ <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - - <athenaCommonFlags /><alwaysRunPostProc /> + + <athenaCommonFlags /><alwaysRunPostProc /> </athena> - - - - <athena trendId='electronIBLTrend' userJobId='TrigInDetValidation_el_single_e_7-80_larged0'> - <doc>Single part electron test 7-80 GeV, larged0</doc> - <displayName>ElectronSlice single particle e 7-80 GeV, larged0</displayName> - <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> + <athena trendId='all_pu80' userJobId='TrigInDetValidation_beamspot_ttbar_pu80_zfinder'> + <doc>BeamSpot slice, ttbar events, pu80, run2 chains</doc> + <displayName>BeamSpot slice, ttbar, pu80, run2 chains</displayName> + <commandLineFlags>EventMax=1000;runMergedChain=True;fastZFinder=True;rec.doFloatingPointException.set_Value_and_Lock(False)</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BeamspotSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000003.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000004.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000005.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000006.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000007.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000008.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000009.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000010.pool.root.1</dataset> - - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000003.pool.root.1</dataset> <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-larged0-el.dat -f data-electron-IBL.root -p 11 -b Test_bin_larged0.dat </argvalue> - </arg> - </action> - - - - - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> - </arg> - </action> - - - - <action position="03"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> - </arg> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-all.root -b Test_bin.dat </argvalue> + </arg> </action> - - - <action position="04"> + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -1480,26 +1417,12 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + <argvalue>data-all.root data-beamspot_ttbar_pu80_zfinder-reference.root HLT_beamspot_allTE_trkfast_InDetTrigTrackingxAODCnv_BeamSpot_FTF -d HLTL2-test-plots </argvalue> </arg> </action> - <action position="05"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> - </arg> - </action> - - @@ -1610,6 +1533,8 @@ + + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> @@ -1628,10 +1553,8 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> - <auxFilePattern>Test_bin_larged0.dat</auxFilePattern> - + <athenaCommonFlags /><alwaysRunPostProc /> </athena> @@ -1639,104 +1562,74 @@ - <athena trendId='electronIBLTrend' userJobId='TrigInDetValidation_el_single_e_7-80_larged0_PU'> - <doc>Single part electron test 7-80 GeV, larged0</doc> - <displayName>ElectronSlice single particle e 7-80 GeV, larged0</displayName> - <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> - <package>Trigger/TrigValidation/TrigInDetValidation</package> - <group>TrigInDetValidation</group> - <queue>long</queue> - - - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000006.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000008.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000009.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000010.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000011.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000012.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000013.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000014.pool.root.1</dataset> + <athena trendId='electron_merging_lowpt' userJobId='TrigInDetValidation_el_Jpsiee_pu40'> + <doc>Jpsie3e3, pu0, run2 chains</doc> + <displayName>ElectronSlice-Jpsie3e3, pu40, run2 chains</displayName> + <commandLineFlags>EventMax=10000;runMergedChain=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000006.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000007.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000008.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000010.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000017.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000021.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000023.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000024.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000029.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.129190.Pythia8_AU2CTEQ6L1_ppToJpsie3e3.recon.RDO.e3802_s2608_s2183_r7042/RDO.06758877._000039.pool.root.1</dataset> + - <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-larged0-el.dat -f data-electron-IBL.root -p 11 -b Test_bin_larged0.dat </argvalue> - </arg> - </action> - - - - - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0_PU-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> - </arg> - </action> - - - - <action position="03"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0_PU-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> - </arg> - </action> - + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-electron-merge.root -p 11 -b Test_bin.dat </argvalue> + </arg> + </action> + + - <action position="04"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0_PU-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> - </arg> - </action> + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-electron-merge.root data-el_Jpsiee_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + </arg> + </action> - <action position="05"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0_PU-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> - </arg> - </action> + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-electron-merge.root data-el_Jpsiee_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + </arg> + </action> @@ -1848,12 +1741,12 @@ </action> - - <testToRemove> - <jobGroupName>RTT:Top</jobGroupName> - <testidentifier>CheckFileRunner0</testidentifier> - </testToRemove> - + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + @@ -1867,11 +1760,9 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> - <auxFilePattern>Test_bin_larged0.dat</auxFilePattern> - - <athenaCommonFlags /><alwaysRunPostProc /> + + <athenaCommonFlags /><alwaysRunPostProc /> </athena> @@ -1879,10 +1770,9 @@ - - <athena trendId='electronIBLTrend' userJobId='TrigInDetValidation_el_single_e_7-80_IBL'> - <doc>Single part electron test 7-80 GeV pu 0, IBL, run2 chains</doc> - <displayName>ElectronSlice single partile e 7-80 GeV, pu 0, IBL, run2 chains</displayName> + <athena trendId='electronIBLTrend' userJobId='TrigInDetValidation_el_single_e_7-80_larged0'> + <doc>Single part electron test 7-80 GeV, larged0</doc> + <displayName>ElectronSlice single particle e 7-80 GeV, larged0</displayName> <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> @@ -1890,16 +1780,16 @@ <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000003.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000004.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000005.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000006.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000007.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000008.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000009.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000010.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000003.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000004.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000005.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000006.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000007.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000008.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000009.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240167._000010.pool.root.1</dataset> @@ -1913,14 +1803,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-electron-IBL.root -p 11 -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-larged0-el.dat -f data-electron-IBL.root -p 11 -b Test_bin_larged0.dat </argvalue> </arg> </action> - <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -1930,7 +1819,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> </arg> </action> @@ -1945,7 +1834,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> </arg> </action> @@ -1961,7 +1850,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -1976,7 +1865,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> </arg> </action> @@ -2091,7 +1980,6 @@ - <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> @@ -2110,7 +1998,8 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> + <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> + <auxFilePattern>Test_bin_larged0.dat</auxFilePattern> <athenaCommonFlags /><alwaysRunPostProc /> @@ -2119,9 +2008,10 @@ - <athena trendId='electronIBLTrend' userJobId='TrigInDetValidation_el_single_e_7-80_IBL_pu40'> - <doc>Single part electron test 7-80 GeV, pu40, IBL, run2 chains</doc> - <displayName>ElectronSlice single particle e 7-80 GeV, pu40, IBL run2 chains</displayName> + + <athena trendId='electronIBLTrend' userJobId='TrigInDetValidation_el_single_e_7-80_larged0_PU'> + <doc>Single part electron test 7-80 GeV, larged0</doc> + <displayName>ElectronSlice single particle e 7-80 GeV, larged0</displayName> <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> @@ -2129,16 +2019,16 @@ <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000003.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000004.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000005.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000006.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000007.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000008.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000009.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000010.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000006.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000008.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000009.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000010.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000011.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000012.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000013.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159053.ParticleGenerator_e_Et7to80_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945414._000014.pool.root.1</dataset> @@ -2152,14 +2042,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-electron-IBL.root -p 11 -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-larged0-el.dat -f data-electron-IBL.root -p 11 -b Test_bin_larged0.dat </argvalue> </arg> </action> - <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -2169,7 +2058,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0_PU-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> </arg> </action> @@ -2184,7 +2073,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0_PU-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> </arg> </action> @@ -2200,7 +2089,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0_PU-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -2215,7 +2104,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_larged0_PU-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> </arg> </action> @@ -2349,6 +2238,7 @@ <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> + <auxFilePattern>Test_bin_larged0.dat</auxFilePattern> <athenaCommonFlags /><alwaysRunPostProc /> @@ -2359,47 +2249,47 @@ - <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_Zee_IBL_pu40'> - <doc>Zee, pu40, IBL, run2 chains</doc> - <displayName>Zee pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=5000;runMergedChain=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> - <package>Trigger/TrigValidation/TrigInDetValidation</package> - <group>TrigInDetValidation</group> - <queue>long</queue> + <athena trendId='electronIBLTrend' userJobId='TrigInDetValidation_el_single_e_7-80_IBL'> + <doc>Single part electron test 7-80 GeV pu 0, IBL, run2 chains</doc> + <displayName>ElectronSlice single partile e 7-80 GeV, pu 0, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000008.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000009.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000013.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000014.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000019.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000023.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000024.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000025.pool.root.1</dataset> - - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000003.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000004.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000005.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000006.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000007.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000008.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000009.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7728/RDO.10240159._000010.pool.root.1</dataset> + + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-electron-IBL.root -p 11 -b Test_bin.dat </argvalue> + </arg> + </action> - <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-electron-merge.root -p 11 -b Test_bin.dat </argvalue> - </arg> - </action> - - <action position="02"> <modulename>RttLibraryTools</modulename> @@ -2410,13 +2300,12 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> </arg> </action> - <action position="03"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -2426,7 +2315,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> </arg> </action> @@ -2442,7 +2331,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -2457,7 +2346,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> </arg> </action> @@ -2571,12 +2460,13 @@ </action> - - <testToRemove> - <jobGroupName>RTT:Top</jobGroupName> - <testidentifier>CheckFileRunner0</testidentifier> - </testToRemove> - + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + @@ -2590,57 +2480,56 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> + <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> - - <athenaCommonFlags /><alwaysRunPostProc /> + + <athenaCommonFlags /><alwaysRunPostProc /> </athena> + <athena trendId='electronIBLTrend' userJobId='TrigInDetValidation_el_single_e_7-80_IBL_pu40'> + <doc>Single part electron test 7-80 GeV, pu40, IBL, run2 chains</doc> + <displayName>ElectronSlice single particle e 7-80 GeV, pu40, IBL run2 chains</displayName> + <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + - <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_Zee_IBL_pu40_offline'> - <doc>Zee, pu40, IBL, run2 chains</doc> - <displayName>Zee pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=2500;runMergedChain=True;doIDNewTracking=True;PdgId=11</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> - <package>Trigger/TrigValidation/TrigInDetValidation</package> - <group>TrigInDetValidation</group> - <queue>long</queue> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000003.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000004.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000005.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000006.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000007.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000008.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000009.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.159010.ParticleGenerator_e_Et7to80.recon.RDO.e1948_s2726_r7772/RDO.09929877._000010.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000008.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000009.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000013.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000014.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000019.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000023.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000024.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000025.pool.root.1</dataset> - - + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-electron-IBL.root -p 11 -b Test_bin.dat </argvalue> + </arg> + </action> + - <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-offline.dat -f data-electron-merge.root -b Test_bin.dat </argvalue> - </arg> - </action> - - <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -2650,13 +2539,12 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> </arg> </action> - <action position="03"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -2666,7 +2554,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> </arg> </action> @@ -2682,7 +2570,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -2697,7 +2585,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> + <argvalue>data-electron-IBL.root data-el_single_e_7-80_IBL_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> </arg> </action> @@ -2811,12 +2699,12 @@ </action> - - <testToRemove> - <jobGroupName>RTT:Top</jobGroupName> - <testidentifier>CheckFileRunner0</testidentifier> - </testToRemove> - + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + @@ -2830,20 +2718,21 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> + <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> - - <athenaCommonFlags /><alwaysRunPostProc /> + + <athenaCommonFlags /><alwaysRunPostProc /> </athena> - <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_Zee_IBL_pu40_offline_rzMatcher'> + + <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_Zee_IBL_pu40'> <doc>Zee, pu40, IBL, run2 chains</doc> <displayName>Zee pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=2500;runMergedChain=True;doIDNewTracking=True;PdgId=11</commandLineFlags> + <commandLineFlags>EventMax=5000;runMergedChain=True</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> @@ -2874,13 +2763,14 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-offline-rzMatcher.dat -f data-electron-merge.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt.dat -f data-electron-merge.root -p 11 -b Test_bin.dat </argvalue> </arg> </action> + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -2890,7 +2780,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline_rzMatcher-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> </arg> </action> @@ -2906,7 +2796,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline_rzMatcher-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -2922,7 +2812,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline_rzMatcher-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> </arg> </action> @@ -2937,7 +2827,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline_rzMatcher-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> </arg> </action> @@ -3080,10 +2970,10 @@ - <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_Zee_IBL_pu40_rzMatcher'> + <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_Zee_IBL_pu40_offline'> <doc>Zee, pu40, IBL, run2 chains</doc> <displayName>Zee pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=5000;runMergedChain=True;PdgId=11</commandLineFlags> + <commandLineFlags>EventMax=2500;runMergedChain=True;doIDNewTracking=True;PdgId=11</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> @@ -3114,13 +3004,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-rzMatcher.dat -f data-electron-merge.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-offline.dat -f data-electron-merge.root -b Test_bin.dat </argvalue> </arg> </action> - - + + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -3130,7 +3020,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_rzMatcher-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> </arg> </action> @@ -3146,7 +3036,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_rzMatcher-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -3162,7 +3052,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_rzMatcher-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> </arg> </action> @@ -3177,7 +3067,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_rzMatcher-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> </arg> </action> @@ -3320,21 +3210,27 @@ - - <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_ttbar_pu40'> - <doc>ttbar, pu40, run2 chains</doc> - <displayName>ttbar pu40, run2 chains</displayName> - <commandLineFlags>EventMax=8000;runMergedChain=True</commandLineFlags> + <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_Zee_IBL_pu40_offline_rzMatcher'> + <doc>Zee, pu40, IBL, run2 chains</doc> + <displayName>Zee pu40, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=2500;runMergedChain=True;doIDNewTracking=True;PdgId=11</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000003.pool.root.1</dataset> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000008.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000009.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000013.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000014.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000019.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000023.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000024.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000025.pool.root.1</dataset> + @@ -3348,13 +3244,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-electron-merge.root -p 11 -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-offline-rzMatcher.dat -f data-electron-merge.root -b Test_bin.dat </argvalue> </arg> </action> - + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -3364,7 +3260,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_ttbar_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline_rzMatcher-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> </arg> </action> @@ -3380,7 +3276,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_ttbar_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline_rzMatcher-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -3396,7 +3292,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_ttbar_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline_rzMatcher-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> </arg> </action> @@ -3411,7 +3307,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_ttbar_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_offline_rzMatcher-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> </arg> </action> @@ -3554,20 +3450,27 @@ - <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_ttbar_pu80'> - <doc>ttbar, pu80, run2 chains</doc> - <displayName>ttbar pu80, run2 chains</displayName> - <commandLineFlags>EventMax=4000;runMergedChain=True</commandLineFlags> + <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_Zee_IBL_pu40_rzMatcher'> + <doc>Zee, pu40, IBL, run2 chains</doc> + <displayName>Zee pu40, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=5000;runMergedChain=True;PdgId=11</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000003.pool.root.1</dataset> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000008.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000009.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000013.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000014.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000019.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000023.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000024.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.recon.RDO.e3601_s2665_s2183_r7191/RDO.06753544._000025.pool.root.1</dataset> + @@ -3581,12 +3484,12 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-electron-merge.root -p 11 -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-rzMatcher.dat -f data-electron-merge.root -b Test_bin.dat </argvalue> </arg> </action> - + <action position="02"> <modulename>RttLibraryTools</modulename> @@ -3597,7 +3500,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_ttbar_pu80-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_rzMatcher-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> </arg> </action> @@ -3613,7 +3516,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_ttbar_pu80-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_rzMatcher-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -3629,7 +3532,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_ttbar_pu80-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_rzMatcher-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> </arg> </action> @@ -3644,7 +3547,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-electron-merge.root data-el_ttbar_pu80-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> + <argvalue>data-electron-merge.root data-el_Zee_IBL_pu40_rzMatcher-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> </arg> </action> @@ -3788,48 +3691,57 @@ - <athena trendId='cosmicTrend' userJobId='TrigInDetValidation_cosmic'> - <doc> Cosmic slice test</doc> - <displayName>CosmicSlice</displayName> - <commandLineFlags>EventMax=5000;</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_CosmicSlice</options> - <package>Trigger/TrigValidation/TrigInDetValidation</package> - <group>TrigInDetValidation</group> - <queue>long</queue> - - - - <!--<dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000050.pool.root.1</dataset>--> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000892.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000981.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000100.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000118.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000240.pool.root.1</dataset> - <!--<dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000286.pool.root.1</dataset>--> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000451.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000638.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000701.pool.root.1</dataset> - <!--<dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000873.pool.root.1</dataset>--> + <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_ttbar_pu40'> + <doc>ttbar, pu40, run2 chains</doc> + <displayName>ttbar pu40, run2 chains</displayName> + <commandLineFlags>EventMax=8000;runMergedChain=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000003.pool.root.1</dataset> - <action position="01"> + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-electron-merge.root -p 11 -b Test_bin.dat </argvalue> + </arg> + </action> + + + + + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> + <argvalue>TIDArun.sh</argvalue> </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAcosmic-rtt.dat -f data-cosmic.root -b Test_bin.dat </argvalue> + <argvalue>data-electron-merge.root data-el_ttbar_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> </arg> </action> - <action position="02"> + + <action position="03"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -3838,7 +3750,38 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-cosmic.root data-cosmic-reference.root HLT_id_cosmic_InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID -d HLTEF-plots </argvalue> + <argvalue>data-electron-merge.root data-el_ttbar_pu40-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + </arg> + </action> + + + + + <action position="04"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-electron-merge.root data-el_ttbar_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + </arg> + </action> + + + + <action position="05"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-electron-merge.root data-el_ttbar_pu40-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> </arg> </action> @@ -3952,13 +3895,12 @@ </action> - - - - <testToRemove> - <jobGroupName>RTT:Top</jobGroupName> - <testidentifier>CheckFileRunner0</testidentifier> - </testToRemove> + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + @@ -3972,112 +3914,114 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> + <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> - <athenaCommonFlags /><alwaysRunPostProc /> + + <athenaCommonFlags /><alwaysRunPostProc /> </athena> - <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu40'> - <doc>Bjetslice, ttbar, pu40, IBL, run2 chains</doc> - <displayName>BjetSlice, ttbar, pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=900;runMergedChain=True;doBperf=True;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> - <package>Trigger/TrigValidation/TrigInDetValidation</package> - <group>TrigInDetValidation</group> - <queue>long</queue> + <athena trendId='Zeeelectron_merging' userJobId='TrigInDetValidation_el_ttbar_pu80'> + <doc>ttbar, pu80, run2 chains</doc> + <displayName>ttbar pu80, run2 chains</displayName> + <commandLineFlags>EventMax=4000;runMergedChain=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_ElectronSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + + + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000003.pool.root.1</dataset> + + - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000041.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000044.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000048.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000051.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000053.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000054.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000055.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000059.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000060.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000071.pool.root.1</dataset> + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-electron-merge.root -p 11 -b Test_bin.dat </argvalue> + </arg> + </action> + - <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-bjet-pileup-merging.root -b Test_bin.dat </argvalue> - </arg> + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-electron-merge.root data-el_ttbar_pu80-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots </argvalue> + </arg> </action> - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> - </arg> + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-electron-merge.root data-el_ttbar_pu80-reference.root HLT_e24_medium_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots </argvalue> + </arg> </action> - <action position="03"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> - </arg> + <action position="04"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-electron-merge.root data-el_ttbar_pu80-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_IDTrig -d HLTEF-plots-lowpt </argvalue> + </arg> </action> - <action position="04"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_bperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID -d HLTEF-plots-comp </argvalue> - </arg> - </action> - <action position="05"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots-comp </argvalue> - </arg> + <action position="05"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-electron-merge.root data-el_ttbar_pu80-reference.root HLT_e5_loose_idperf_InDetTrigTrackingxAODCnv_Electron_FTF -d HLTL2-plots-lowpt </argvalue> + </arg> </action> + <action position="20"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -4184,12 +4128,12 @@ </action> - - <testToRemove> - <jobGroupName>RTT:Top</jobGroupName> - <testidentifier>CheckFileRunner0</testidentifier> - </testToRemove> - + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + @@ -4203,9 +4147,10 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> + <auxFilePattern>TIDAindex-lowpt.html</auxFilePattern> - - <athenaCommonFlags /><alwaysRunPostProc /> + + <athenaCommonFlags /><alwaysRunPostProc /> </athena> @@ -4213,87 +4158,58 @@ - <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu40_offline'> - <doc>Bjetslice, ttbar, pu40, IBL, run2 chains, vs offline</doc> - <displayName>BjetSlice, ttbar, pu40, IBL, run2 chains, vs offline</displayName> - <commandLineFlags>EventMax=900;doIDNewTracking=True;runMergedChain=True;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> + <athena trendId='cosmicTrend' userJobId='TrigInDetValidation_cosmic'> + <doc> Cosmic slice test</doc> + <displayName>CosmicSlice</displayName> + <commandLineFlags>EventMax=5000;</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_CosmicSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - - - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000041.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000044.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000048.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000051.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000053.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000054.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000055.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000059.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000060.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000071.pool.root.1</dataset> - - <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-offline.dat -f data-bjet-pileup.root -b Test_bin.dat </argvalue> - </arg> - </action> - - - - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-bjet-pileup.root data-bjet_IBL_pu40_offline-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> - </arg> - </action> + <!--<dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000050.pool.root.1</dataset>--> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000892.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000981.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000100.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000118.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000240.pool.root.1</dataset> + <!--<dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000286.pool.root.1</dataset>--> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000451.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000638.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000701.pool.root.1</dataset> + <!--<dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_cos.108865.CosSimPixVolSolOnTorOn.recon.RDO.s2111_r6258_tid05313290_00/RDO.05313290._000873.pool.root.1</dataset>--> - <action position="03"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-bjet-pileup.root data-bjet_IBL_pu40_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> - </arg> + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAcosmic-rtt.dat -f data-cosmic.root -b Test_bin.dat </argvalue> + </arg> </action> - <action position="04"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-bjet-pileup.root data-bjet_IBL_pu40_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi_xPrimVx/xPrimVx HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi_EFHistoVtx/EFHistoVtx -c TIDAvertex.dat -d HLTL2-vtx </argvalue> - </arg> + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-cosmic.root data-cosmic-reference.root HLT_id_cosmic_InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID -d HLTEF-plots </argvalue> + </arg> </action> @@ -4407,7 +4323,7 @@ - + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> @@ -4416,7 +4332,6 @@ - <auxFilePattern>TIDA*.dat</auxFilePattern> <auxFilePattern>Test*.dat</auxFilePattern> <auxFilePattern>TIDA*.sh</auxFilePattern> @@ -4428,7 +4343,6 @@ <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <athenaCommonFlags /><alwaysRunPostProc /> </athena> @@ -4436,21 +4350,26 @@ - - - <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu46'> - <doc>Bjetslice, ttbar, pu46, IBL, run2 chains</doc> - <displayName>BjetSlice, ttbar, pu46, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=900;runMergedChain=True;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> + <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu40'> + <doc>Bjetslice, ttbar, pu40, IBL, run2 chains</doc> + <displayName>BjetSlice, ttbar, pu40, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=900;runMergedChain=True;doBperf=True;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000003.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000041.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000044.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000048.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000051.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000053.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000054.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000055.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000059.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000060.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000071.pool.root.1</dataset> @@ -4479,7 +4398,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu46-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> </arg> </action> @@ -4495,12 +4414,37 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu46-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> </arg> </action> + <action position="04"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_bperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID -d HLTEF-plots-comp </argvalue> + </arg> + </action> + <action position="05"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots-comp </argvalue> + </arg> + </action> + @@ -4639,19 +4583,26 @@ - <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu80'> - <doc>Bjetslice, ttbar, pu80, IBL, run2 chains</doc> - <displayName>BjetSlice, ttbar, pu80, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=900;runMergedChain=True;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> + <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu40_offline'> + <doc>Bjetslice, ttbar, pu40, IBL, run2 chains, vs offline</doc> + <displayName>BjetSlice, ttbar, pu40, IBL, run2 chains, vs offline</displayName> + <commandLineFlags>EventMax=900;doIDNewTracking=True;runMergedChain=True;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000003.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000041.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000044.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000048.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000051.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000053.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000054.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000055.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000059.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000060.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000071.pool.root.1</dataset> @@ -4665,7 +4616,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-bjet-pileup-merging.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-offline.dat -f data-bjet-pileup.root -b Test_bin.dat </argvalue> </arg> </action> @@ -4680,7 +4631,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu80-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> + <argvalue>data-bjet-pileup.root data-bjet_IBL_pu40_offline-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> </arg> </action> @@ -4696,12 +4647,26 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu80-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> + <argvalue>data-bjet-pileup.root data-bjet_IBL_pu40_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi_xPrimVx -d HLTL2-plots </argvalue> </arg> </action> + <action position="04"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup.root data-bjet_IBL_pu40_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi_xPrimVx/xPrimVx HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi_EFHistoVtx/EFHistoVtx -c TIDAvertex.dat -d HLTL2-vtx </argvalue> + </arg> + </action> + + @@ -4812,6 +4777,8 @@ + + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> @@ -4841,26 +4808,19 @@ - <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu40_2016config'> - <doc>Bjetslice, ttbar, pu40, IBL, run2 chains</doc> - <displayName>BjetSlice, ttbar, pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=900;doIDNewTracking=True;runMergedChain=True;minVtxTrackpT=1000;bjetEtaHalfWidth=0.2;bjetPhiHalfWidth=0.2;splitZHalfWidth=20;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> + <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu46'> + <doc>Bjetslice, ttbar, pu46, IBL, run2 chains</doc> + <displayName>BjetSlice, ttbar, pu46, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=900;runMergedChain=True;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000041.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000044.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000048.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000051.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000053.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000054.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000055.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000059.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000060.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000071.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7193/RDO.06752771._000003.pool.root.1</dataset> @@ -4874,7 +4834,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-offline.dat -f data-bjet-pileup-merging.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt.dat -f data-bjet-pileup-merging.root -b Test_bin.dat </argvalue> </arg> </action> @@ -4889,7 +4849,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_2016config-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu46-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> </arg> </action> @@ -4905,7 +4865,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_2016config-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu46-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> </arg> </action> @@ -5049,15 +5009,837 @@ + <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu80'> + <doc>Bjetslice, ttbar, pu80, IBL, run2 chains</doc> + <displayName>BjetSlice, ttbar, pu80, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=900;runMergedChain=True;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7195/RDO.06752780._000003.pool.root.1</dataset> - <athena trendId='tau_merging' userJobId='TrigInDetValidation_tau_IBL_pu46' > - <doc>TauSlice, H->tautau IBL sample, pu46, run2 chains</doc> - <displayName>TauSlice, H->tautau IBL sample, pu46, run2 chains</displayName> - <commandLineFlags>EventMax=4000;runMergedChain=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_TauSlice</options> - <package>Trigger/TrigValidation/TrigInDetValidation</package> + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-bjet-pileup-merging.root -b Test_bin.dat </argvalue> + </arg> + </action> + + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu80-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> + </arg> + </action> + + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu80-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> + </arg> + </action> + + + + + + + <action position="20"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -o times </argvalue> + </arg> + </action> + + <action position="21"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -p FastTrack -o times-FTF </argvalue> + </arg> + </action> + + + + <action position="30"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>RunTrigCostD3PD.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> -f trig_cost.root --outputTagFromAthena --costMode --linkOutputDir </argvalue> + </arg> + </action> + + <action position="31"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall --auto -d "/Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="32"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent --auto -d "/Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + + + + <action position="33"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall-chain --auto -d "/Chain_Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="34"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent-chain --auto -d "/Chain_Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + <action position="40"> + <modulename>CheckLog_TriggerTest</modulename> + <testname>CheckLog_TriggerTest</testname> + <arg> + <argname>command</argname> + <argvalue>check_log.pl --conf checklogTriggerTest.conf %JOBLOG</argvalue> + </arg> + </action> + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + + + + <auxFilePattern>TIDA*.dat</auxFilePattern> + <auxFilePattern>Test*.dat</auxFilePattern> + <auxFilePattern>TIDA*.sh</auxFilePattern> + + <auxFilePattern>TIDAWeb/*</auxFilePattern> + <auxFilePattern>TIDAWeb/build/*</auxFilePattern> + <auxFilePattern>TIDAindex.html</auxFilePattern> + <auxFilePattern>TIDAindex-*.htm</auxFilePattern> + <auxFilePattern>TIDAindex*.php</auxFilePattern> + <auxFilePattern>TIDAstyle.css</auxFilePattern> + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + + + + + + + <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu40_2016config'> + <doc>Bjetslice, ttbar, pu40, IBL, run2 chains</doc> + <displayName>BjetSlice, ttbar, pu40, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=900;runMergedChain=True;minVtxTrackpT=1000;bjetEtaHalfWidth=0.2;bjetPhiHalfWidth=0.2;splitZHalfWidth=20;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + + + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000041.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000044.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000048.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000051.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000053.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000054.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000055.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000059.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000060.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000071.pool.root.1</dataset> + + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-bjet-pileup-merging.root -b Test_bin.dat </argvalue> + </arg> + </action> + + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_2016config-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> + </arg> + </action> + + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_2016config-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> + </arg> + </action> + + + + + + + <action position="20"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -o times </argvalue> + </arg> + </action> + + <action position="21"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -p FastTrack -o times-FTF </argvalue> + </arg> + </action> + + + + <action position="30"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>RunTrigCostD3PD.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> -f trig_cost.root --outputTagFromAthena --costMode --linkOutputDir </argvalue> + </arg> + </action> + + <action position="31"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall --auto -d "/Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="32"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent --auto -d "/Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + + + + <action position="33"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall-chain --auto -d "/Chain_Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="34"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent-chain --auto -d "/Chain_Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + <action position="40"> + <modulename>CheckLog_TriggerTest</modulename> + <testname>CheckLog_TriggerTest</testname> + <arg> + <argname>command</argname> + <argvalue>check_log.pl --conf checklogTriggerTest.conf %JOBLOG</argvalue> + </arg> + </action> + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + + + + <auxFilePattern>TIDA*.dat</auxFilePattern> + <auxFilePattern>Test*.dat</auxFilePattern> + <auxFilePattern>TIDA*.sh</auxFilePattern> + + <auxFilePattern>TIDAWeb/*</auxFilePattern> + <auxFilePattern>TIDAWeb/build/*</auxFilePattern> + <auxFilePattern>TIDAindex.html</auxFilePattern> + <auxFilePattern>TIDAindex-*.htm</auxFilePattern> + <auxFilePattern>TIDAindex*.php</auxFilePattern> + <auxFilePattern>TIDAstyle.css</auxFilePattern> + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + + + + + + <athena trendId='bjetIBLPU40Trend' userJobId='TrigInDetValidation_bjet_IBL_pu40_offline_2016config'> + <doc>Bjetslice, ttbar, pu40, IBL, run2 chains</doc> + <displayName>BjetSlice, ttbar, pu40, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=900;doIDNewTracking=True;runMergedChain=True;minVtxTrackpT=1000;bjetEtaHalfWidth=0.2;bjetPhiHalfWidth=0.2;splitZHalfWidth=20;globalTag='OFLCOND-RUN12-SDR-17'</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + + + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000041.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000044.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000048.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000051.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000053.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000054.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000055.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000059.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000060.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e3698_s2608_s2183_r7143/RDO.06718152._000071.pool.root.1</dataset> + + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt-offline.dat -f data-bjet-pileup-merging.root -b Test_bin.dat </argvalue> + </arg> + </action> + + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_offline_2016config-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> + </arg> + </action> + + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40_offline_2016config-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi_xPrimVx -d HLTL2-plots </argvalue> + </arg> + </action> + + + + + + + <action position="20"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -o times </argvalue> + </arg> + </action> + + <action position="21"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -p FastTrack -o times-FTF </argvalue> + </arg> + </action> + + + + <action position="30"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>RunTrigCostD3PD.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> -f trig_cost.root --outputTagFromAthena --costMode --linkOutputDir </argvalue> + </arg> + </action> + + <action position="31"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall --auto -d "/Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="32"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent --auto -d "/Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + + + + <action position="33"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall-chain --auto -d "/Chain_Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="34"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent-chain --auto -d "/Chain_Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + <action position="40"> + <modulename>CheckLog_TriggerTest</modulename> + <testname>CheckLog_TriggerTest</testname> + <arg> + <argname>command</argname> + <argvalue>check_log.pl --conf checklogTriggerTest.conf %JOBLOG</argvalue> + </arg> + </action> + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + + + + <auxFilePattern>TIDA*.dat</auxFilePattern> + <auxFilePattern>Test*.dat</auxFilePattern> + <auxFilePattern>TIDA*.sh</auxFilePattern> + + <auxFilePattern>TIDAWeb/*</auxFilePattern> + <auxFilePattern>TIDAWeb/build/*</auxFilePattern> + <auxFilePattern>TIDAindex.html</auxFilePattern> + <auxFilePattern>TIDAindex-*.htm</auxFilePattern> + <auxFilePattern>TIDAindex*.php</auxFilePattern> + <auxFilePattern>TIDAstyle.css</auxFilePattern> + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + + + + + + + + + <athena trendId='tau_merging' userJobId='TrigInDetValidation_tau_IBL_pu46' > + <doc>TauSlice, H->tautau IBL sample, pu46, run2 chains</doc> + <displayName>TauSlice, H->tautau IBL sample, pu46, run2 chains</displayName> + <commandLineFlags>EventMax=4000;runMergedChain=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_TauSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + + + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._001556.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._001750.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._002371.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._002653.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004508.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004555.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004607.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004797.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004832.pool.root.1</dataset> + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-tau-IBL.root -b Test_bin.dat </argvalue> + </arg> + </action> + + + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-tau-IBL.root data-tau_IBL_pu46-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_IDTrig HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauIso_FTF_forID3 HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_Tau_IDTrig_forID3 -d HLTEF-plots </argvalue> + </arg> + </action> + + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-tau-IBL.root data-tau_IBL_pu46-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauCore_FTF_forID1 HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauIso_FTF_forID3 -d HLTL2-plots </argvalue> + </arg> + </action> + + + + + + <action position="20"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -o times </argvalue> + </arg> + </action> + + <action position="21"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -p FastTrack -o times-FTF </argvalue> + </arg> + </action> + + + + <action position="30"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>RunTrigCostD3PD.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> -f trig_cost.root --outputTagFromAthena --costMode --linkOutputDir </argvalue> + </arg> + </action> + + <action position="31"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall --auto -d "/Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="32"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent --auto -d "/Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + + + + <action position="33"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall-chain --auto -d "/Chain_Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="34"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent-chain --auto -d "/Chain_Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + <action position="40"> + <modulename>CheckLog_TriggerTest</modulename> + <testname>CheckLog_TriggerTest</testname> + <arg> + <argname>command</argname> + <argvalue>check_log.pl --conf checklogTriggerTest.conf %JOBLOG</argvalue> + </arg> + </action> + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + + + + <auxFilePattern>TIDA*.dat</auxFilePattern> + <auxFilePattern>Test*.dat</auxFilePattern> + <auxFilePattern>TIDA*.sh</auxFilePattern> + + <auxFilePattern>TIDAWeb/*</auxFilePattern> + <auxFilePattern>TIDAWeb/build/*</auxFilePattern> + <auxFilePattern>TIDAindex.html</auxFilePattern> + <auxFilePattern>TIDAindex-*.htm</auxFilePattern> + <auxFilePattern>TIDAindex*.php</auxFilePattern> + <auxFilePattern>TIDAstyle.css</auxFilePattern> + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + + + + <athena trendId='tau_merging' userJobId='TrigInDetValidation_tau_IBL_pu46_offline' > + <doc>TauSlice, H->tautau IBL sample, pu46, run2 chains</doc> + <displayName>TauSlice, H->tautau IBL sample, pu46, run2 chains</displayName> + <commandLineFlags>EventMax=2000;runMergedChain=True;doIDNewTracking=True;PdgId=15</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_TauSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> @@ -5083,12 +5865,12 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-tau-IBL.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-offline.dat -f data-tau-IBL.root -b Test_bin.dat </argvalue> </arg> </action> - + <action position="02"> <modulename>RttLibraryTools</modulename> @@ -5099,7 +5881,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-tau-IBL.root data-tau_IBL_pu46-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_IDTrig HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauIso_FTF_forID3 HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_Tau_IDTrig_forID3 -d HLTEF-plots </argvalue> + <argvalue>data-tau-IBL.root data-tau_IBL_pu46_offline-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_IDTrig HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauIso_FTF_forID3 HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_Tau_IDTrig_forID3 -d HLTEF-plots </argvalue> </arg> </action> @@ -5115,11 +5897,215 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-tau-IBL.root data-tau_IBL_pu46-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauCore_FTF_forID1 HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauIso_FTF_forID3 -d HLTL2-plots </argvalue> + <argvalue>data-tau-IBL.root data-tau_IBL_pu46_offline-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauCore_FTF_forID1 HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauIso_FTF_forID3 -d HLTL2-plots </argvalue> </arg> </action> + + + + + <action position="20"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -o times </argvalue> + </arg> + </action> + + <action position="21"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>expert-monitoring.root expert-monitoring*-ref.root --auto -p FastTrack -o times-FTF </argvalue> + </arg> + </action> + + + + <action position="30"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>RunTrigCostD3PD.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> -f trig_cost.root --outputTagFromAthena --costMode --linkOutputDir </argvalue> + </arg> + </action> + + <action position="31"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall --auto -d "/Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="32"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent --auto -d "/Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + + + + <action position="33"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perCall-chain --auto -d "/Chain_Algorithm" -p "_Time_perCall" </argvalue> + </arg> + </action> + + <action position="34"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDAcpucost.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue> costMon/TrigCostRoot_Results.root costMon/TrigCostRoot_Results.root -o cost-perEvent-chain --auto -d "/Chain_Algorithm" -p "_Time_perEvent" </argvalue> + </arg> + </action> + + <action position="40"> + <modulename>CheckLog_TriggerTest</modulename> + <testname>CheckLog_TriggerTest</testname> + <arg> + <argname>command</argname> + <argvalue>check_log.pl --conf checklogTriggerTest.conf %JOBLOG</argvalue> + </arg> + </action> + + + + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + + + + + <auxFilePattern>TIDA*.dat</auxFilePattern> + <auxFilePattern>Test*.dat</auxFilePattern> + <auxFilePattern>TIDA*.sh</auxFilePattern> + + <auxFilePattern>TIDAWeb/*</auxFilePattern> + <auxFilePattern>TIDAWeb/build/*</auxFilePattern> + <auxFilePattern>TIDAindex.html</auxFilePattern> + <auxFilePattern>TIDAindex-*.htm</auxFilePattern> + <auxFilePattern>TIDAindex*.php</auxFilePattern> + <auxFilePattern>TIDAstyle.css</auxFilePattern> + + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> + + + + + + <athena trendId='muonTrend' userJobId='TrigInDetValidation_mu_single_mu_larged0'> + <doc>Single muon 100 GeV, run2 chains </doc> + <displayName>MuonSlice-single muon larged0, pu0, run2 chains</displayName> + <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000003.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000004.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000005.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000006.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000007.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000008.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000009.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000010.pool.root.1</dataset> + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt-larged0.dat -f data-muon.root -p 13 -b Test_bin_larged0.dat </argvalue> + </arg> + </action> + + + + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon.root data-mu_single_mu_larged0-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> + </arg> + </action> + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon.root data-mu_single_mu_larged0-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> + </arg> + </action> + + @@ -5230,11 +6216,11 @@ - <testToRemove> - <jobGroupName>RTT:Top</jobGroupName> - <testidentifier>CheckFileRunner0</testidentifier> - </testToRemove> - + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + @@ -5248,83 +6234,84 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> + <auxFilePattern>Test_bin_larged0.dat</auxFilePattern> - <athenaCommonFlags /><alwaysRunPostProc /> + <athenaCommonFlags /><alwaysRunPostProc /> </athena> - - <athena trendId='tau_merging' userJobId='TrigInDetValidation_tau_IBL_pu46_offline' > - <doc>TauSlice, H->tautau IBL sample, pu46, run2 chains</doc> - <displayName>TauSlice, H->tautau IBL sample, pu46, run2 chains</displayName> - <commandLineFlags>EventMax=2000;runMergedChain=True;doIDNewTracking=True;PdgId=15</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_TauSlice</options> - <package>Trigger/TrigValidation/TrigInDetValidation</package> - <group>TrigInDetValidation</group> - <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._001556.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._001750.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._002371.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._002653.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004508.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004555.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004607.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004797.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361108.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Ztautau.recon.RDO.e3601_s2757_r7245/RDO.06885566._004832.pool.root.1</dataset> - + + <athena trendId='muonTrend' userJobId='TrigInDetValidation_mu_single_mu_larged0_PU'> + <doc>Single muon 100 GeV, run2 chains </doc> + <displayName>MuonSlice-single muon larged0, pu, run2 chains</displayName> + <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> + <package>Trigger/TrigValidation/TrigInDetValidation</package> + <group>TrigInDetValidation</group> + <queue>long</queue> + + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000003.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000004.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000005.ppool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000006.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000007.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000008.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000009.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000010.pool.root.1</dataset> + <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-offline.dat -f data-tau-IBL.root -b Test_bin.dat </argvalue> - </arg> - </action> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt-larged0.dat -f data-muon.root -p 13 -b Test_bin_larged0.dat </argvalue> + </arg> + </action> - - - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-tau-IBL.root data-tau_IBL_pu46_offline-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_IDTrig HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauIso_FTF_forID3 HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_Tau_IDTrig_forID3 -d HLTEF-plots </argvalue> - </arg> - </action> - - - <action position="03"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-tau-IBL.root data-tau_IBL_pu46_offline-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauCore_FTF_forID1 HLT_tau25_idperf_tracktwo_InDetTrigTrackingxAODCnv_TauIso_FTF_forID3 -d HLTL2-plots </argvalue> - </arg> - </action> + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon.root data-mu_single_mu_larged0_PU-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> + </arg> + </action> + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon.root data-mu_single_mu_larged0_PU-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> + </arg> + </action> - @@ -5435,11 +6422,11 @@ - <testToRemove> - <jobGroupName>RTT:Top</jobGroupName> - <testidentifier>CheckFileRunner0</testidentifier> - </testToRemove> - + <testToRemove> + <jobGroupName>RTT:Top</jobGroupName> + <testidentifier>CheckFileRunner0</testidentifier> + </testToRemove> + @@ -5453,53 +6440,62 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> + <auxFilePattern>Test_bin_larged0.dat</auxFilePattern> - <athenaCommonFlags /><alwaysRunPostProc /> + <athenaCommonFlags /><alwaysRunPostProc /> </athena> - - <athena trendId='muonTrend' userJobId='TrigInDetValidation_mu_single_mu_larged0'> - <doc>Single muon 100 GeV, run2 chains </doc> - <displayName>MuonSlice-single muon larged0, pu0, run2 chains</displayName> - <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> + + + + <athena trendId='muonPileupMergingTrend' userJobId='TrigInDetValidation_mu_Zmumu_IBL_pu40'> + <doc>Z->mumu pu40, IBL, run2 chains</doc> + <displayName>MuonSlice, Z->mumu, pu40, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=2500;runMergedChain=True</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000003.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000004.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000005.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000006.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000007.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000008.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000009.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7728/RDO.10240174._000010.pool.root.1</dataset> - <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-larged0.dat -f data-muon.root -p 13 -b Test_bin_larged0.dat </argvalue> - </arg> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000013.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000014.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000017.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000019.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000022.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000024.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000025.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000032.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000034.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000036.pool.root.1</dataset> + + + + + + + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-muon-pileup-merge.root -p 13 -b Test_bin.dat </argvalue> + </arg> </action> - <action position="02"> + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -5508,13 +6504,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon.root data-mu_single_mu_larged0-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> </arg> </action> - <action position="03"> + <action position="03"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -5523,14 +6519,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon.root data-mu_single_mu_larged0-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> + <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> </arg> </action> - <action position="20"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -5638,7 +6633,7 @@ - <testToRemove> + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> </testToRemove> @@ -5656,53 +6651,55 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <auxFilePattern>Test_bin_larged0.dat</auxFilePattern> - <athenaCommonFlags /><alwaysRunPostProc /> - </athena> - + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> - <athena trendId='muonTrend' userJobId='TrigInDetValidation_mu_single_mu_larged0_PU'> - <doc>Single muon 100 GeV, run2 chains </doc> - <displayName>MuonSlice-single muon larged0, pu, run2 chains</displayName> - <commandLineFlags>EventMax=15000;runMergedChain=True</commandLineFlags> + <athena trendId='muonPileupMergingTrend' userJobId='TrigInDetValidation_mu_Zmumu_IBL_pu40_offline'> + <doc>Z->mumu pu40, IBL, run2 chains</doc> + <displayName>MuonSlice, Z->mumu, pu40, IBL, run2 chains</displayName> + <commandLineFlags>EventMax=2000;runMergedChain=True;doIDNewTracking=True;PdgId=13</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000003.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000004.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000005.ppool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000006.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000007.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000008.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000009.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.107237.ParticleGenerator_mu_Pt4to100_vertxy20.recon.RDO.e3603_s2726_r7772/RDO.09945423._000010.pool.root.1</dataset> + + + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000013.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000014.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000017.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000019.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000022.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000024.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000025.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000032.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000034.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000036.pool.root.1</dataset> + - <action position="01"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArdict.exe</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-larged0.dat -f data-muon.root -p 13 -b Test_bin_larged0.dat </argvalue> - </arg> - </action> + <action position="01"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArdict.exe</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt-offline.dat -f data-muon-pileup-merge.root -b Test_bin.dat </argvalue> + </arg> + </action> + <action position="02"> @@ -5714,7 +6711,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon.root data-mu_single_mu_larged0_PU-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_offline-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -5729,7 +6726,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon.root data-mu_single_mu_larged0_PU-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> + <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_offline-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> </arg> </action> @@ -5844,7 +6841,7 @@ - <testToRemove> + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> </testToRemove> @@ -5862,22 +6859,19 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <auxFilePattern>Test_bin_larged0.dat</auxFilePattern> - - - <athenaCommonFlags /><alwaysRunPostProc /> - </athena> + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> - <athena trendId='muonPileupMergingTrend' userJobId='TrigInDetValidation_mu_Zmumu_IBL_pu40'> + <athena trendId='muonPileupMergingTrend' userJobId='TrigInDetValidation_mu_Zmumu_IBL_pu40_offline_rzMatcher'> <doc>Z->mumu pu40, IBL, run2 chains</doc> <displayName>MuonSlice, Z->mumu, pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=2500;runMergedChain=True</commandLineFlags> + <commandLineFlags>EventMax=2000;runMergedChain=True;doIDNewTracking=True;PdgId=13</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> @@ -5910,14 +6904,14 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-muon-pileup-merge.root -p 13 -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-offline-rzMatcher.dat -f data-muon-pileup-merge.root -b Test_bin.dat </argvalue> </arg> </action> - <action position="02"> + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -5926,13 +6920,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> + <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_offline_rzMatcher-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> </arg> </action> - <action position="03"> + <action position="03"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -5941,13 +6935,14 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_offline_rzMatcher-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> </arg> </action> + <action position="20"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -6082,10 +7077,10 @@ - <athena trendId='muonPileupMergingTrend' userJobId='TrigInDetValidation_mu_Zmumu_IBL_pu40_offline'> + <athena trendId='muonPileupMergingTrend' userJobId='TrigInDetValidation_mu_Zmumu_IBL_pu40_rzMatcher'> <doc>Z->mumu pu40, IBL, run2 chains</doc> <displayName>MuonSlice, Z->mumu, pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=2000;runMergedChain=True;doIDNewTracking=True;PdgId=13</commandLineFlags> + <commandLineFlags>EventMax=2500;runMergedChain=True;PdgId=13</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> @@ -6118,12 +7113,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-offline.dat -f data-muon-pileup-merge.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-rzMatcher.dat -f data-muon-pileup-merge.root -b Test_bin.dat </argvalue> </arg> </action> + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -6133,7 +7129,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_offline-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> + <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_rzMatcher-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -6148,7 +7144,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_offline-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_rzMatcher-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> </arg> </action> @@ -6290,28 +7286,20 @@ - <athena trendId='muonPileupMergingTrend' userJobId='TrigInDetValidation_mu_Zmumu_IBL_pu40_offline_rzMatcher'> - <doc>Z->mumu pu40, IBL, run2 chains</doc> - <displayName>MuonSlice, Z->mumu, pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=2000;runMergedChain=True;doIDNewTracking=True;PdgId=13</commandLineFlags> + + <athena trendId='muonBphysMergingTrend' userJobId='TrigInDetValidation_mu_bphys_IBL'> + <doc>Muon slice B->Jpsi->mumu IBL sample, run2 chains</doc> + <displayName>MuonSlice, B->Jpsi->mumu IBL , run2 chains</displayName> + <commandLineFlags>EventMax=5000;runMergedChain=True</commandLineFlags> <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000013.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000014.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000017.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000019.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000022.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000024.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000025.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000032.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000034.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000036.pool.root.1</dataset> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.300401.Pythia8BPhotospp_A14_CTEQ6L1_Bs_Jpsimu3p5mu3p5_phi.recon.RDO.e4397_s2608_r6869/RDO.06461186._000001.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.300401.Pythia8BPhotospp_A14_CTEQ6L1_Bs_Jpsimu3p5mu3p5_phi.recon.RDO.e4397_s2608_r6869/RDO.06461186._000002.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.300401.Pythia8BPhotospp_A14_CTEQ6L1_Bs_Jpsimu3p5mu3p5_phi.recon.RDO.e4397_s2608_r6869/RDO.06461186._000003.pool.root.1</dataset> @@ -6326,7 +7314,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-offline-rzMatcher.dat -f data-muon-pileup-merge.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt.dat -f data-muon-bphys-merge.root -p 13 -b Test_bin.dat </argvalue> </arg> </action> @@ -6342,7 +7330,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_offline_rzMatcher-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> + <argvalue>data-muon-bphys-merge.root data-mu_bphys_IBL-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> </arg> </action> @@ -6357,7 +7345,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_offline_rzMatcher-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-muon-bphys-merge.root data-mu_bphys_IBL-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> </arg> </action> @@ -6472,7 +7460,7 @@ - <testToRemove> + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> </testToRemove> @@ -6493,37 +7481,56 @@ <athenaCommonFlags /><alwaysRunPostProc /> + </athena> - <athena trendId='muonPileupMergingTrend' userJobId='TrigInDetValidation_mu_Zmumu_IBL_pu40_rzMatcher'> - <doc>Z->mumu pu40, IBL, run2 chains</doc> - <displayName>MuonSlice, Z->mumu, pu40, IBL, run2 chains</displayName> - <commandLineFlags>EventMax=2500;runMergedChain=True;PdgId=13</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> + + <athena userJobId='TrigInDetValidation_minBias'> + <doc>Tests LVL2 and EF ID full scan instance of tracking algorithms in the di-jet sample</doc> + <displayName>FullScan on di-jet events</displayName> + <commandLineFlags>EventMax=1000;</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MonitorSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> + +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000284.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000280.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000182.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000003.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000029.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000032.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000034.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000051.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000052.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000064.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000074.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000076.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000084.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000088.pool.root.1</dataset> --> + <!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000102.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000104.pool.root.1</dataset> --> + <!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000112.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000126.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000138.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000153.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000158.pool.root.1</dataset> --> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000057.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000607.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000730.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000842.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000880.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000894.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000903.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000932.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000948.pool.root.1</dataset> - - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000013.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000014.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000017.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000019.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000022.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000024.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000025.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000032.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000034.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s2576_s2132_r7143/RDO.06718162._000036.pool.root.1</dataset> - - - - + <action position="01"> @@ -6535,29 +7542,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-rzMatcher.dat -f data-muon-pileup-merge.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt.dat -f data-monitor.root -b Test_bin.dat </argvalue> </arg> </action> - - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_rzMatcher-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> - </arg> - </action> - - - - <action position="03"> + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -6566,14 +7557,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon-pileup-merge.root data-mu_Zmumu_IBL_pu40_rzMatcher-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-monitor.root data-minBias-reference.root HLT_mb_idperf_L1MBTS_2_InDetTrigTrackingxAODCnv_minBias_EFID -d HLTEF-plots </argvalue> </arg> </action> - <action position="20"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -6680,8 +7670,7 @@ </action> - - <testToRemove> + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> </testToRemove> @@ -6689,6 +7678,7 @@ + <auxFilePattern>TIDA*.dat</auxFilePattern> <auxFilePattern>Test*.dat</auxFilePattern> <auxFilePattern>TIDA*.sh</auxFilePattern> @@ -6701,30 +7691,55 @@ <auxFilePattern>TIDAstyle.css</auxFilePattern> - <athenaCommonFlags /><alwaysRunPostProc /> - </athena> - + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> - <athena trendId='muonBphysMergingTrend' userJobId='TrigInDetValidation_mu_bphys_IBL'> - <doc>Muon slice B->Jpsi->mumu IBL sample, run2 chains</doc> - <displayName>MuonSlice, B->Jpsi->mumu IBL , run2 chains</displayName> - <commandLineFlags>EventMax=5000;runMergedChain=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> + <athena userJobId='TrigInDetValidation_minBias_offline'> + <doc>Tests ID full scan tracking in the di-jet sample vs offline</doc> + <displayName>FullScan on di-jet event vs offlines</displayName> + <commandLineFlags>EventMax=1000;doIDNewTracking=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MonitorSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> + +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000284.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000280.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000182.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000003.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000029.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000032.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000034.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000051.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000052.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000064.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000074.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000076.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000084.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000088.pool.root.1</dataset> --> + <!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000102.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000104.pool.root.1</dataset> --> + <!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000112.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000126.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000138.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000153.pool.root.1</dataset> --> +<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000158.pool.root.1</dataset> --> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000057.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000607.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000730.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000842.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000880.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000894.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000903.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000932.pool.root.1</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000948.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.300401.Pythia8BPhotospp_A14_CTEQ6L1_Bs_Jpsimu3p5mu3p5_phi.recon.RDO.e4397_s2608_r6869/RDO.06461186._000001.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.300401.Pythia8BPhotospp_A14_CTEQ6L1_Bs_Jpsimu3p5mu3p5_phi.recon.RDO.e4397_s2608_r6869/RDO.06461186._000002.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.300401.Pythia8BPhotospp_A14_CTEQ6L1_Bs_Jpsimu3p5mu3p5_phi.recon.RDO.e4397_s2608_r6869/RDO.06461186._000003.pool.root.1</dataset> - - - + <action position="01"> @@ -6736,29 +7751,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-muon-bphys-merge.root -p 13 -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-offline.dat -f data-minBias.root -b Test_bin.dat </argvalue> </arg> </action> - - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-muon-bphys-merge.root data-mu_bphys_IBL-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF -d HLTL2-plots </argvalue> - </arg> - </action> - - - - <action position="03"> + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -6767,14 +7766,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-muon-bphys-merge.root data-mu_bphys_IBL-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig -d HLTEF-plots </argvalue> + <argvalue>data-minBias.root data-minBias_offline-reference.root HLT_mb_idperf_L1MBTS_2_InDetTrigTrackingxAODCnv_minBias_EFID -d HLTEF-plots </argvalue> </arg> </action> - <action position="20"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -6881,7 +7879,6 @@ </action> - <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> @@ -6890,6 +7887,7 @@ + <auxFilePattern>TIDA*.dat</auxFilePattern> <auxFilePattern>Test*.dat</auxFilePattern> <auxFilePattern>TIDA*.sh</auxFilePattern> @@ -6902,7 +7900,7 @@ <auxFilePattern>TIDAstyle.css</auxFilePattern> - <athenaCommonFlags /><alwaysRunPostProc /> + <athenaCommonFlags /><alwaysRunPostProc /> </athena> @@ -6911,48 +7909,31 @@ - <athena userJobId='TrigInDetValidation_minBias'> - <doc>Tests LVL2 and EF ID full scan instance of tracking algorithms in the di-jet sample</doc> - <displayName>FullScan on di-jet events</displayName> - <commandLineFlags>EventMax=1000;</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MonitorSlice</options> + <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_mu_ttbar'> + <doc>Muon slice FTK ttbar sample</doc> + <displayName>MuonSlice FTK ttbar sample</displayName> + <commandLineFlags>EventMax=5000;runMergedChain=True;doFTK=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000284.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000280.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000182.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000003.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000029.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000032.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000034.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000051.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000052.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000064.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000074.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000076.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000084.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000088.pool.root.1</dataset> --> - <!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000102.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000104.pool.root.1</dataset> --> - <!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000112.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000126.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000138.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000153.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000158.pool.root.1</dataset> --> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000057.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000607.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000730.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000842.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000880.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000894.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000903.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000932.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000948.pool.root.1</dataset> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000010.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000017.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000031.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000039.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000049.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000063.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000079.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000082.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000091.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000094.RDO_FTK.root</dataset> + + + + + <action position="01"> @@ -6964,13 +7945,14 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-monitor.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt.dat -f data-muon-FTK.root -p 13 -b Test_bin.dat </argvalue> </arg> </action> - <action position="02"> + + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -6979,13 +7961,59 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-monitor.root data-minBias-reference.root HLT_mb_idperf_L1MBTS_2_InDetTrigTrackingxAODCnv_minBias_EFID -d HLTEF-plots </argvalue> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK HLT_mu24_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit -d HLTL2-plots </argvalue> + </arg> + </action> + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig HLT_mu24_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig HLT_mu24_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig -d HLTEF-plots </argvalue> + </arg> + </action> + + + + <action position="04"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK HLT_mu6_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit -d HLTL2-plots-lowpt </argvalue> + </arg> + </action> + + + + <action position="05"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig HLT_mu6_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig HLT_mu6_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig -d HLTEF-plots-lowpt </argvalue> </arg> </action> + <action position="20"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -7092,13 +8120,13 @@ </action> + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> </testToRemove> - - + <auxFilePattern>TIDAdata*.dat</auxFilePattern> <auxFilePattern>TIDA*.dat</auxFilePattern> @@ -7111,57 +8139,34 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> + <auxFilePattern>Test_bin.dat</auxFilePattern> - - <athenaCommonFlags /><alwaysRunPostProc /> + <athenaCommonFlags /><alwaysRunPostProc /> </athena> - <athena userJobId='TrigInDetValidation_minBias_offline'> - <doc>Tests ID full scan tracking in the di-jet sample vs offline</doc> - <displayName>FullScan on di-jet event vs offlines</displayName> - <commandLineFlags>EventMax=1000;doIDNewTracking=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MonitorSlice</options> + <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_tau_tautau'> + <doc>Tau slice FTK tautau sample</doc> + <displayName>TauSlice FTK tautau sample</displayName> + <commandLineFlags>EventMax=5000;runMergedChain=True;doFTK=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_TauSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000284.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000280.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/igrabows/TrigInDetValidation_minBias/mc10_7TeV.105012.J3_pythia_jetjet.digit.RDO.e574_s1023_d421_tid212390_00/RDO.212390._000182.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000003.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000029.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000032.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000034.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000051.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000052.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000064.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000074.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000076.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000084.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000088.pool.root.1</dataset> --> - <!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000102.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000104.pool.root.1</dataset> --> - <!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000112.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000126.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000138.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000153.pool.root.1</dataset> --> -<!-- <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc14_13TeV.119994.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e2743_s1982_s2008_r5922_tid01613944_00/RDO.01613944._000158.pool.root.1</dataset> --> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000057.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000607.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000730.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000842.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000880.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000894.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000903.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000932.pool.root.1</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/mc15_13TeV.361036.Pythia8_A2MSTW2008LO_minbias_inelastic.recon.RDO.e3580_s2726_r7011/RDO.07344311._000948.pool.root.1</dataset> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000002.RDO_FTK_ttbar.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000006.RDO_FTK_ttbar.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000043.RDO_FTK_ttbar.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000044.RDO_FTK_ttbar.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000053.RDO_FTK_ttbar.root</dataset> + + + + <action position="01"> @@ -7173,13 +8178,14 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt-offline.dat -f data-minBias.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt.dat -f data-tau-FTK.root -b Test_bin.dat </argvalue> </arg> </action> - <action position="02"> + + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -7188,13 +8194,29 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-minBias.root data-minBias_offline-reference.root HLT_mb_idperf_L1MBTS_2_InDetTrigTrackingxAODCnv_minBias_EFID -d HLTEF-plots </argvalue> + <argvalue>data-tau-FTK.root data-FTK_tau_tautau-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_FTK:InDetTrigTrackingxAODCnv_Tau_FTK HLT_tau25_idperf_FTKRefit:InDetTrigTrackingxAODCnv_Tau_FTKRefit -d HLTL2-plots </argvalue> + </arg> + </action> + + + + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-tau-FTK.root data-FTK_tau_tautau-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_IDTrig HLT_tau25_idperf_FTK:InDetTrigTrackingxAODCnv_Tau_FTK_IDTrig HLT_tau25_idperf_FTKRefit:InDetTrigTrackingxAODCnv_Tau_FTKRefit_IDTrig -d HLTEF-plots </argvalue> </arg> </action> + <action position="20"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -7301,13 +8323,13 @@ </action> + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> </testToRemove> - - + <auxFilePattern>TIDAdata*.dat</auxFilePattern> <auxFilePattern>TIDA*.dat</auxFilePattern> @@ -7320,26 +8342,24 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> + <auxFilePattern>Test_bin.dat</auxFilePattern> - - <athenaCommonFlags /><alwaysRunPostProc /> + <athenaCommonFlags /><alwaysRunPostProc /> </athena> - - - <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_mu_ttbar'> - <doc>Muon slice FTK ttbar sample</doc> - <displayName>MuonSlice FTK ttbar sample</displayName> - <commandLineFlags>EventMax=5000;runMergedChain=True;doFTK=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> + <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_bjet_ttbar'> + <doc>Bjetslice, ttbar, FTK chains</doc> + <displayName>BjetSlice, ttbar, FYK chains</displayName> + <commandLineFlags>EventMax=500;runMergedChain=True;doFTK=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000010.RDO_FTK.root</dataset> <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000017.RDO_FTK.root</dataset> @@ -7357,7 +8377,6 @@ - <action position="01"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -7365,71 +8384,40 @@ <argname>exeName</argname> <argvalue>TIDArdict.exe</argvalue> </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-muon-FTK.root -p 13 -b Test_bin.dat </argvalue> - </arg> - </action> - - - - - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-muon-FTK.root data-FTK_mu_ttbar-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK HLT_mu24_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit -d HLTL2-plots </argvalue> - </arg> - </action> - - - - <action position="03"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-muon-FTK.root data-FTK_mu_ttbar-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig HLT_mu24_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig HLT_mu24_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig -d HLTEF-plots </argvalue> - </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>TIDAdata11-rtt.dat -f data-bjet-FTK.root -b Test_bin.dat </argvalue> + </arg> </action> - <action position="04"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-muon-FTK.root data-FTK_mu_ttbar-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK HLT_mu6_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit -d HLTL2-plots-lowpt </argvalue> - </arg> + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-FTK.root data-FTK_bjet_ttbar-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_FTKVtx_InDetTrigTrackingxAODCnv_Bjet_FTF HLT_j55_boffperf_split_FTK_InDetTrigTrackingxAODCnv_Bjet_FTK HLT_j55_boffperf_split_FTKRefit_InDetTrigTrackingxAODCnv_Bjet_FTKRefit -d HLTL2-plots </argvalue> + </arg> </action> - <action position="05"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-muon-FTK.root data-FTK_mu_ttbar-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig HLT_mu6_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig HLT_mu6_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig -d HLTEF-plots-lowpt </argvalue> - </arg> + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-FTK.root data-FTK_bjet_ttbar-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_FTKVtx_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_FTK_InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig HLT_j55_boffperf_split_FTKRefit_InDetTrigTrackingxAODCnv_Bjet_FTKRefit_IDTrig -d HLTEF-plots </argvalue> + </arg> </action> @@ -7543,12 +8531,14 @@ + + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> </testToRemove> - <auxFilePattern>TIDAdata*.dat</auxFilePattern> + <auxFilePattern>TIDA*.dat</auxFilePattern> @@ -7561,34 +8551,40 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <auxFilePattern>Test_bin.dat</auxFilePattern> - <athenaCommonFlags /><alwaysRunPostProc /> + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> - </athena> - <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_tau_tautau'> - <doc>Tau slice FTK tautau sample</doc> - <displayName>TauSlice FTK tautau sample</displayName> - <commandLineFlags>EventMax=5000;runMergedChain=True;doFTK=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_TauSlice</options> + + <athena trendId='all_pu46' userJobId='TrigInDetValidation_FTK_beamspot_ttbar'> + <doc>BeamSpot slice, ttbar events, FTK, pu46, run2 chains</doc> + <displayName>BeamSpot slice, ttbar, FTK, pu46, run2 chains</displayName> + <commandLineFlags>EventMax=1000;runMergedChain=True;doFTK=True;rec.doFloatingPointException.set_Value_and_Lock(False)</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BeamspotSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000002.RDO_FTK_ttbar.root</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000006.RDO_FTK_ttbar.root</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000043.RDO_FTK_ttbar.root</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000044.RDO_FTK_ttbar.root</dataset> - <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.147408.PowhegPythia8_AZNLO_Ztautau.recon.RDO.e3099_s2578_r7611.beamspotJohn.v6_EXT2/user.jahreda.8926715.EXT2._000053.RDO_FTK_ttbar.root</dataset> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000010.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000017.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000031.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000039.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000049.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000063.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000079.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000082.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000091.RDO_FTK.root</dataset> + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000094.RDO_FTK.root</dataset> + <action position="01"> @@ -7600,14 +8596,13 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-tau-FTK.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt.dat -f data-beamspot-FTK.root -b Test_bin.dat </argvalue> </arg> </action> - - <action position="02"> + <action position="02"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> <arg> @@ -7616,25 +8611,12 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-tau-FTK.root data-FTK_tau_tautau-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_FTF HLT_tau25_idperf_FTK:InDetTrigTrackingxAODCnv_Tau_FTK HLT_tau25_idperf_FTKRefit:InDetTrigTrackingxAODCnv_Tau_FTKRefit -d HLTL2-plots </argvalue> + <argvalue>data-beamspot-FTK.root data-FTK_beamspot_ttbar-reference.root HLT_beamspot_allTE_trkfast_InDetTrigTrackingxAODCnv_BeamSpot_FTF HLT_beamspot_idperf_FTK_InDetTrigTrackingxAODCnv_BeamSpot_FTKMon -d HLTL2-plots </argvalue> </arg> </action> - <action position="03"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-tau-FTK.root data-FTK_tau_tautau-reference.root HLT_tau25_idperf_track_InDetTrigTrackingxAODCnv_Tau_IDTrig HLT_tau25_idperf_FTK:InDetTrigTrackingxAODCnv_Tau_FTK_IDTrig HLT_tau25_idperf_FTKRefit:InDetTrigTrackingxAODCnv_Tau_FTKRefit_IDTrig -d HLTEF-plots </argvalue> - </arg> - </action> - @@ -7746,12 +8728,14 @@ + + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> </testToRemove> - <auxFilePattern>TIDAdata*.dat</auxFilePattern> + <auxFilePattern>TIDA*.dat</auxFilePattern> @@ -7764,24 +8748,23 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> - <auxFilePattern>Test_bin.dat</auxFilePattern> - - <athenaCommonFlags /><alwaysRunPostProc /> - </athena> + + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> - <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_bjet_ttbar'> - <doc>Bjetslice, ttbar, FTK chains</doc> - <displayName>BjetSlice, ttbar, FYK chains</displayName> - <commandLineFlags>EventMax=500;runMergedChain=True;doFTK=True</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> + <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_mu_ttbar_offline'> + <doc>Muon slice FTK ttbar sample</doc> + <displayName>MuonSlice FTK ttbar sample</displayName> + <commandLineFlags>EventMax=5000;doIDNewTracking=True;runMergedChain=True;doFTK=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_MuonSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000010.RDO_FTK.root</dataset> <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000017.RDO_FTK.root</dataset> @@ -7799,6 +8782,7 @@ + <action position="01"> <modulename>RttLibraryTools</modulename> <testname>ExeRunner</testname> @@ -7808,38 +8792,69 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-bjet-FTK.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-offline.dat -f data-muon-FTK.root -p 13 -b Test_bin.dat </argvalue> </arg> </action> - <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-bjet-FTK.root data-FTK_bjet_ttbar-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_FTKVtx_InDetTrigTrackingxAODCnv_Bjet_FTF HLT_j55_boffperf_split_FTK_InDetTrigTrackingxAODCnv_Bjet_FTK HLT_j55_boffperf_split_FTKRefit_InDetTrigTrackingxAODCnv_Bjet_FTKRefit -d HLTL2-plots </argvalue> - </arg> + + <action position="02"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar_offline-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu24_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK HLT_mu24_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit -d HLTL2-plots </argvalue> + </arg> </action> - <action position="03"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-bjet-FTK.root data-FTK_bjet_ttbar-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_FTKVtx_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_FTK_InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig HLT_j55_boffperf_split_FTKRefit_InDetTrigTrackingxAODCnv_Bjet_FTKRefit_IDTrig -d HLTEF-plots </argvalue> - </arg> + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar_offline-reference.root HLT_mu24_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig HLT_mu24_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig HLT_mu24_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig -d HLTEF-plots </argvalue> + </arg> + </action> + + + + <action position="04"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar_offline-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_FTF HLT_mu6_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK HLT_mu6_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit -d HLTL2-plots-lowpt </argvalue> + </arg> + </action> + + + + <action position="05"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-muon-FTK.root data-FTK_mu_ttbar_offline-reference.root HLT_mu6_idperf_InDetTrigTrackingxAODCnv_Muon_IDTrig HLT_mu6_FTK_idperf_InDetTrigTrackingxAODCnv_Muon_FTK_IDTrig HLT_mu6_FTKRefit_idperf_InDetTrigTrackingxAODCnv_Muon_FTKRefit_IDTrig -d HLTEF-plots-lowpt </argvalue> + </arg> </action> @@ -7953,14 +8968,12 @@ - - <testToRemove> <jobGroupName>RTT:Top</jobGroupName> <testidentifier>CheckFileRunner0</testidentifier> </testToRemove> - + <auxFilePattern>TIDAdata*.dat</auxFilePattern> <auxFilePattern>TIDA*.dat</auxFilePattern> @@ -7973,25 +8986,24 @@ <auxFilePattern>TIDAindex-*.htm</auxFilePattern> <auxFilePattern>TIDAindex*.php</auxFilePattern> <auxFilePattern>TIDAstyle.css</auxFilePattern> + <auxFilePattern>Test_bin.dat</auxFilePattern> - - <athenaCommonFlags /><alwaysRunPostProc /> - </athena> - + <athenaCommonFlags /><alwaysRunPostProc /> + </athena> - <athena trendId='all_pu46' userJobId='TrigInDetValidation_FTK_beamspot_ttbar'> - <doc>BeamSpot slice, ttbar events, FTK, pu46, run2 chains</doc> - <displayName>BeamSpot slice, ttbar, FTK, pu46, run2 chains</displayName> - <commandLineFlags>EventMax=1000;runMergedChain=True;doFTK=True;rec.doFloatingPointException.set_Value_and_Lock(False)</commandLineFlags> - <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BeamspotSlice</options> + <athena trendId='FTKMergingTrend' userJobId='TrigInDetValidation_FTK_bjet_ttbar_offline'> + <doc>Bjetslice, ttbar, FTK chains</doc> + <displayName>BjetSlice, ttbar, FTK chains</displayName> + <commandLineFlags>EventMax=500;doIDNewTracking=True;runMergedChain=True;doFTK=True</commandLineFlags> + <options>TrigInDetValidation/TrigInDetValidation_RTT_topOptions_BjetSlice</options> <package>Trigger/TrigValidation/TrigInDetValidation</package> <group>TrigInDetValidation</group> <queue>long</queue> - + <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000010.RDO_FTK.root</dataset> <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/trigindet/user.jahreda.valid1.110401.ttbar.RDO_FTK.july28.64tower.PCM101.FixEndcapFalse.e3099_s2578_r7579.redoNov1_EXT2/user.jahreda.9778320.EXT2._000017.RDO_FTK.root</dataset> @@ -8006,7 +9018,7 @@ - + <action position="01"> @@ -8018,27 +9030,40 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>TIDAdata11-rtt.dat -f data-beamspot-FTK.root -b Test_bin.dat </argvalue> + <argvalue>TIDAdata11-rtt-offline.dat -f data-bjet-FTK.root -b Test_bin.dat </argvalue> </arg> </action> <action position="02"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-beamspot-FTK.root data-FTK_beamspot_ttbar-reference.root HLT_beamspot_allTE_trkfast_InDetTrigTrackingxAODCnv_BeamSpot_FTF HLT_beamspot_allTE_FTK_InDetTrigTrackingxAODCnv_BeamSpot_FTK -d HLTL2-plots </argvalue> - </arg> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-FTK.root data-FTK_bjet_ttbar_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_FTKVtx_InDetTrigTrackingxAODCnv_Bjet_FTF HLT_j55_boffperf_split_FTK_InDetTrigTrackingxAODCnv_Bjet_FTK HLT_j55_boffperf_split_FTKRefit_InDetTrigTrackingxAODCnv_Bjet_FTKRefit -d HLTL2-plots </argvalue> + </arg> </action> + <action position="03"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-FTK.root data-FTK_bjet_ttbar_offline-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_FTKVtx_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_FTK_InDetTrigTrackingxAODCnv_Bjet_FTK_IDTrig HLT_j55_boffperf_split_FTKRefit_InDetTrigTrackingxAODCnv_Bjet_FTKRefit_IDTrig -d HLTEF-plots </argvalue> + </arg> + </action> + @@ -8150,7 +9175,7 @@ - + <testToRemove> <jobGroupName>RTT:Top</jobGroupName> @@ -8178,6 +9203,8 @@ + + </jobList> <jobGroups> diff --git a/Trigger/TrigValidation/TrigInDetValidation/utils/mkargs b/Trigger/TrigValidation/TrigInDetValidation/utils/mkargs index 7f24292082a2929c5e7ba5b2a9701ae755e2fbdc..be4c79ce9e8861d91669bbd942139c654b4ca117 100755 --- a/Trigger/TrigValidation/TrigInDetValidation/utils/mkargs +++ b/Trigger/TrigValidation/TrigInDetValidation/utils/mkargs @@ -1,201 +1,190 @@ -#!/bin/csh +#!/bin/bash -set dir = . -if ( -x /usr/local/bin/sed ) then - set SED = /usr/local/bin/sed -else - set SED = `which sed` -endif -if ( $#argv > 0 ) then - set dir = $1 -endif +function usage { + echo "Usage: $(basename $0) [args] package0 package1 ..." + echo " -o , DIRECTORY write output to DIRECTORY" + echo " -n , --noglob do not overwrite existing files" + echo " -h , --help this help" + if [ $# -lt 1 ]; then exit 0; fi ; exit $1 +} + -set files = "" +DIR=$PWD + +if [ -x /usr/local/bin/sed ]; then + SED=/usr/local/bin/sed +else + SED=$(which sed) +fi +[ $# -gt 0 ] && DIR=$1 -set outdir = "." -set getoutdir = "0" -set noglobbing = 0 -foreach arg ( $argv ) +args=$(getopt -ql "searchpath:" -o "nto:" -- "$@") - if ( "$getoutdir" == "1" ) then - set outdir = $1 - set getoutdir = "0" - else - if ( "$arg" == "-o" ) then - set getoutdir = "1" - else - if ( "$arg" == "-noglob" ) then - set noglobbing = "1" - else - set dir = $1 - set base = `basename $dir .xml` - set basetail = ${dir:t} +FILES= +OUTDIR=$PWD +NOGLOB=0 - if ( "$base" != "$basetail" ) then - set files = "$files $1" - else - set files = "$files $dir/*.xml" - endif - endif - endif - endif +while [ $# -ge 1 ]; do + case "$1" in + --) shift ; break ;; + -o ) if [ $# -lt 2 ]; then usage 1; fi ; OUTDIR=$2 ; shift ;; + -n | --noglob ) NOGLOB=1 ;; + -h | --help ) usage 0;; + *) + DIR=$1 + BASE=$(basename $DIR .xml) + BASETAIL=$(basename $DIR) + if [ "$BASE" != "$BASETAIL" ]; then + FILES="$FILES $1" + else + FILES="$FILES $DIR/*.xml" + fi + ;; + esac + shift +done - shift -end -echo "files: $files" -# echo "outdir: $outdir" +echo "FILES: $FILES" +echo "OUTDIR: $OUTDIR" -foreach xmlfile ( $files ) +for xmlfile in $FILES; do - set _file = `basename $xmlfile .xml` + _file=$(basename $xmlfile .xml) # echo "xmlfile $xmlfile $_file" - set outfile = "$outdir/$_file.sh" + outfile="$OUTDIR/$_file.sh" -# if ( "$_file" != "TrigInDetValidation_TestConfiguration_main.xml" ) then - if ( -e $outfile ) then - if ( "$noglobbing" != "1" ) then - echo "file $outfile already exists, moving to " $outfile.bak - mv $outfile{,.bak} + if [ -e $outfile ]; then + if [ $NOGLOB -eq 0 ]; then + echo "file $outfile already exists, moving to " $outfile.bak + mv $outfile{,.bak} else - echo "file $outfile already exists, move along, there's nothing to see here" - continue - endif - endif - - set gpath = ${xmlfile:h} - - cpp -traditional-cpp -I$gpath $xmlfile | $SED 's|STAR|/*|g' | grep -v "\# " | grep -v "emacs:" > /tmp/$_file.xml - - set duff = `grep dataset /tmp/$_file.xml` + echo "file $outfile already exists, move along, there's nothing to see here" + continue + fi + fi + gpath=$(dirname $xmlfile) - if ( "$duff" != "" ) then - - set file = `echo $_file | $SED 's/\.xml//g'` - - echo "#\!/bin/sh" > $outfile - chmod u+x $outfile + # preprocess the file to get the full set of stages - grep "<argvalue>" /tmp/$_file.xml | $SED 's|<argvalue>||g' | $SED 's|</argvalue>||g' > /tmp/_args + cpp -traditional-cpp -I$gpath $xmlfile | $SED 's|STAR|\*|g' | grep -v "\# " | grep -v "emacs:" > /tmp/$_file.xml + duff=$(grep dataset /tmp/$_file.xml) -# grep "<commandLineFlags>" $xmlfile | sed 's|<commandLineFlags>||g' | sed 's|</commandLineFlags>||g' -# grep "<options>" $xmlfile | sed 's|<options>||g' | sed 's|</options>||g' + [ "x$duff" != "x" ] || continue + + file=$(echo $_file | $SED 's/\.xml//g') - set cmdlineflags = `grep "<commandLineFlags>" /tmp/$_file.xml | sed 's|<commandLineFlags>||g' | sed 's|</commandLineFlags>||g' | sed "s/'/"\""/g"` + echo "#\!/bin/sh" > $outfile + chmod u+x $outfile - set joboptions = `grep "<options>" /tmp/$_file.xml | sed 's|<options>||g' | sed 's|</options>||g'` + # get all the exerunner stages + grep "<argvalue>" /tmp/$_file.xml | $SED 's|<argvalue>||g' | $SED 's|</argvalue>||g' | grep -v check_log.pl > /tmp/_args -# ${0:h}/mkdatasets /tmp/$_file.xml + cmdlineflags=$(grep "<commandLineFlags>" /tmp/$_file.xml | sed 's|<commandLineFlags>||g' | sed 's|</commandLineFlags>||g' | sed "s/'/"\""/g") -# # echo "files $file - looking for basename" + joboptions=$(grep "<options>" /tmp/$_file.xml | sed 's|<options>||g' | sed 's|</options>||g') - set jobid = `basename $xmlfile .xml` + jobid=$(basename $xmlfile .xml) -# set pyfile = {$jobid}.py +# echo "joboption $joboptions cmdlineflags $cmdlineflags" -# # echo "pyfile $pyfile" - -# # echo "joboption $joboptions cmdlineflags $cmdlineflags" + - if ( "$joboptions" != "" ) then + if [ "x$joboptions" != "x" ]; then echo >> $outfile echo "get_files -jo $joboptions.py" >> $outfile # echo "athena.py -c 'include("\"$pyfile\"";$cmdlineflags' $joboptions.py" >> $_file.sh echo "athena.py -c 'XMLDataSet="\"$jobid\"";$cmdlineflags' $joboptions.py" >> $outfile - endif + fi -# cat /tmp/_args - set N = `cat /tmp/_args | wc -l` + N=$(cat /tmp/_args | wc -l) - echo "file: $outfile" + echo "file: $outfile" - if ( $N > 0 ) then + [ $N -gt 0 ] || continue - set command = "" + command= - while ( $N > 0 ) + while [ $N -gt 0 ]; do - set arg = `tail -$N /tmp/_args | head -1` + arg=$(tail -$N /tmp/_args | head -1 | sed 's|^[[:space:]]*||' | sed 's|[[:space:]]*$||g') + +# echo "arg:$arg:" # NB: the TIDArun.sh exeRunners do not need to get_files the reference # files, since the TIDArun.sh script copies them itself - if ( "$arg" == "TIDArdict.exe" || \ - "$arg" == "TIDAcomparitor.exe" || \ - "$arg" == "TIDAcpucost.exe" || \ - "$arg" == "TIDArdict" || \ - "$arg" == "TIDAcomparitor" || \ - "$arg" == "TIDAcpucost" || \ - "$arg" == "TIDAcpucost" || \ - "$arg" == "TIDArun.sh" || \ - "$arg" == "RunTrigCostD3PD.exe" ) then - if ( "$command" != "" ) then + if [ "$arg" == "TIDArdict.exe" -o \ + "$arg" == "TIDAcomparitor.exe" -o \ + "$arg" == "TIDAcpucost.exe" -o \ + "$arg" == "TIDArdict" -o \ + "$arg" == "TIDAcomparitor" -o \ + "$arg" == "TIDAcpucost" -o \ + "$arg" == "TIDAcpucost" -o \ + "$arg" == "TIDArun.sh" -o \ + "$arg" == "RunTrigCostD3PD.exe" ]; then + + if [ "$command" != "" ]; then echo "$command" >> $outfile - echo >> $outfile - endif - set command = "$arg" + echo "" >> $outfile + fi + command="$arg" -# echo "COMMAND: $command" +# echo "COMMAND: $command" - else + else - if ( "$command" == "TIDAcpucost.exe" || \ - "$command" == "TIDAcpucost" ) then + if [ "$command" == "TIDAcpucost.exe" -o \ + "$command" == "TIDAcpucost" ]; then - set auxfile = `grep auxFile /tmp/$_file.xml | grep expert | $SED 's|.*<auxFilePattern>||g' | $SED 's|</auxFilePattern>||g'` + auxfile=$(grep auxFile /tmp/$_file.xml | grep expert | $SED 's|.*<auxFilePattern>||g' | $SED 's|</auxFilePattern>||g') - set arg = `echo "$arg" | $SED "s| \S*\*\S* | $auxfile |g"` + arg=$(echo "$arg" | $SED "s| \S*\*\S* | $auxfile |g") - endif + fi - foreach ffile ( $arg ) + for ffile in $arg; do -# echo "FFILE $ffile" +# echo "FFILE $ffile" - set ext = `echo $ffile | cut -d . -f2` - set ref = `echo $ffile | grep ".*ref.*.root"` + ext=$(echo $ffile | cut -d . -f2) + ref=$(echo $ffile | grep ".*ref.*.root") # echo "ffile: $ffile" # echo "ref: $ref : ext: $ext" - if ( "$ext" == "dat" || "$ref" != "" ) then + if [ "$ext" == "dat" -o "$ref" != "" ]; then # echo " getting file $ffile" - if ( "$command" != "TIDArun.sh" ) then - echo "get_files -data $ffile" >> $outfile - endif - endif - end - set command = "$command $arg" - endif - - @ N-- + if [ "$command" != "TIDArun.sh" -a "$command" != "TIDArun" ]; then + $(echo $ffile | grep -q "\*") || echo "get_files -data $ffile" >> $outfile + fi + fi + done + command="$command $arg" + fi + + (( N-- )) - end + done - if ( "$command" != "" ) then + if [ "$command" != "" ]; then echo "$command" >> $outfile - echo >> $outfile - endif - - endif - - endif - endif + echo "" >> $outfile + fi -end +done -# <dataset>/eos/atlas/atlascerngroupdisk/proj-sit/vchavda/TrigInDetValidation_muon/mc10_14TeV.106047.PythiaZmumu_no_filter.digit.RDO.e662_s1107_d459_tid285222_00/RDO.285222._000174.pool.root.1</dataset> diff --git a/Trigger/TrigValidation/TrigInDetValidationLight/test/TrigInDetValidationLight_TestConfiguration.xml b/Trigger/TrigValidation/TrigInDetValidationLight/test/TrigInDetValidationLight_TestConfiguration.xml index cbc722293a02ae65b94962da0a580a90b1bea865..c0f96383d6163559644203e27c2d2f0b3d772452 100644 --- a/Trigger/TrigValidation/TrigInDetValidationLight/test/TrigInDetValidationLight_TestConfiguration.xml +++ b/Trigger/TrigValidation/TrigInDetValidationLight/test/TrigInDetValidationLight_TestConfiguration.xml @@ -318,7 +318,7 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_bperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID -d HLTEF-plots </argvalue> </arg> </action> @@ -334,11 +334,36 @@ </arg> <arg> <argname>exeParamString</argname> - <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_bperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots </argvalue> + </arg> + </action> + + <action position="04"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_bperf_InDetTrigTrackingxAODCnv_Bjet_IDTrig HLT_j55_boffperf_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_IDTrig_forID -d HLTEF-plots-comp </argvalue> </arg> </action> + <action position="05"> + <modulename>RttLibraryTools</modulename> + <testname>ExeRunner</testname> + <arg> + <argname>exeName</argname> + <argvalue>TIDArun.sh</argvalue> + </arg> + <arg> + <argname>exeParamString</argname> + <argvalue>data-bjet-pileup-merging.root data-bjet_IBL_pu40-reference.root HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_bperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_Bjet_FTF_forID HLT_j55_boffperf_split_InDetTrigTrackingxAODCnv_BjetPrmVtx_FTF_SuperRoi -d HLTL2-plots-comp </argvalue> + </arg> + </action> @@ -547,21 +572,6 @@ </action> - - <action position="04"> - <modulename>RttLibraryTools</modulename> - <testname>ExeRunner</testname> - <arg> - <argname>exeName</argname> - <argvalue>TIDArun.sh</argvalue> - </arg> - <arg> - <argname>exeParamString</argname> - <argvalue>data-tau-IBL.root data-tau_IBL_pu46-reference.root HLT_tau29_idperf_InDetTrigTrackingxAODCnv_Tau_EFID HLT_tau20_r1_idperf_InDetTrigTrackingxAODCnv_Tau_EFID --tag EFID -d HLTEF-plots </argvalue> - </arg> - </action> - -