This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[f66af29] CookTheBooks.py /share/t3data3/kratsg/xAODs/mc14_13TeV.110351.PowhegPythia_P2012_ttbar_allhad.merge.DAOD_JETM8.e3232_s1982_s2008_r5787_r5853_p1862_tid05115801_00/DAOD_JETM8.05115801._000001.pool.root.1 /share/t3data3/kratsg/xAODs/mc14_13TeV.110401.PowhegPythia_P2012_ttbar_nonallhad.merge.DAOD_SUSY4.e2928_s1982_s2008_r5787_r5853_p1862_tid05130501_00/DAOD_SUSY4.05130501._000021.pool.root.1 /share/t3data3/kratsg/xAODs/mc14_13TeV.204533.Herwigpp_UEEE4_CTEQ6L1_Gtt_G1000_T5000_L100.merge.AOD.e3094_s1982_s2008_r5787_r5853_tid01604181_00/AOD.01604181._000001.pool.root.1 /share/t3data3/kratsg/xAODs/mc14_13TeV.204534.Herwigpp_UEEE4_CTEQ6L1_Gtt_G1300_T5000_L100.merge.AOD.e3094_s1982_s2008_r5787_r5853_tid01604182_00/AOD.01604182._000001.pool.root.1 /share/t3data3/kratsg/xAODs/mc14_13TeV.204535.Herwigpp_UEEE4_CTEQ6L1_Gtt_G1600_T5000_L100.merge.AOD.e3094_s1982_s2008_r5787_r5853_tid01604183_00/AOD.01604183._000001.pool.root.1 /share/t3data3/kratsg/xAODs/mc14_13TeV.204536.Herwigpp_UEEE4_CTEQ6L1_Gtt_G1900_T5000_L100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"branch": "m_effective", | |
"signal_direction": ">", | |
"start": 3e5, | |
"step": 1e5, | |
"stop": 3e6 | |
}, | |
{ | |
"branch": "multiplicity_jet", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"hash": "94b4c550c3a899231285f8082db90ad5", | |
"significance": 37.51134305312391 | |
}, | |
{ | |
"hash": "eace004c1d1744ee5c1bd116a7bd4009", | |
"significance": 37.51134305312391 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"branch": "m_effective", | |
"fixed": false, | |
"pivot": 550000.0, | |
"signal_direction": ">" | |
}, | |
{ | |
"branch": "multiplicity_jet", | |
"fixed": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
A simple echo client | |
""" | |
import select | |
import socket | |
import sys | |
from socket import AF_INET, SOCK_STREAM, timeout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://atlas-computing.web.cern.ch/atlas-computing/links/nightlyDocDirectory/xAODJet/html/ | |
xAOD::JetContainer | |
| xAOD::JetContainer* AntiKt10LCTopoTrimmedPtFrac5SmallR20Jets | |
| | vector<ElementLink<DataVector<xAOD::IParticle> > > &->constituentLinks() | |
| | vector<float> &->constituentWeights() | |
| | float &->eta() | |
| | float &->m() | |
| | float &->phi() | |
| | float &->pt() | |
| | &->getAttribute<float>("ActiveArea") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--********************************************************************************* | |
-- Indiana University | |
-- Center for Exploration of Energy and Matter (CEEM) | |
-- | |
-- Project: ATLAS | |
-- | |
-- Author: Brandon Kunkler | |
-- | |
-- Date: 03/04/2015 | |
-- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
preselect algorithm options | |
setting Preselect.m_jetLargeR_minNum = 0 | |
setting Preselect.m_jetLargeR_maxNum = 100 | |
setting Preselect.m_jetLargeR_minPt = 0.0 | |
setting Preselect.m_jetLargeR_maxPt = 1000000.0 | |
setting Preselect.m_jetLargeR_minMass = 0.0 | |
setting Preselect.m_jetLargeR_maxMass = 1000000.0 | |
setting Preselect.m_jetLargeR_minEta = -10.0 | |
setting Preselect.m_jetLargeR_maxEta = 10.0 | |
setting Preselect.m_jetLargeR_minPhi = -4.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: Root/MuonHelper.cxx | |
=================================================================== | |
--- Root/MuonHelper.cxx (revision 239543) | |
+++ Root/MuonHelper.cxx (revision 239606) | |
@@ -34,51 +34,51 @@ | |
// | |
// Retreive the muon container and apply calibrations | |
-void MuonHelper::RetrieveMuons() | |
+void MuonHelper::RetrieveMuons(xAOD::MuonContainer*& muons,xAOD::ShallowAuxContainer*& muons_aux, bool isNominal) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: Root/MuonHelper.cxx | |
=================================================================== | |
--- Root/MuonHelper.cxx (revision 239543) | |
+++ Root/MuonHelper.cxx (revision 239606) | |
@@ -34,51 +34,51 @@ | |
// | |
// Retreive the muon container and apply calibrations | |
-void MuonHelper::RetrieveMuons() | |
+void MuonHelper::RetrieveMuons(xAOD::MuonContainer*& muons,xAOD::ShallowAuxContainer*& muons_aux, bool isNominal) |