Variables | |
args | |
string | arguments = "%s -NPU %s -PU %s --start %i --end %i -O %s"%(opts.IsotrackNtupler, opts.NoPU_file, opts.PU_file, pu_start, pu_stop, output_file) |
default | |
dest | |
exist_ok | |
string | file_name = "IsoTrkNtupler_" + str(i) |
help = "input NoPU file") | |
int | i = 0 |
job_file_err = os.path.join(jobDir, f"{file_name}.err") | |
job_file_name = os.path.join(jobDir, f"{file_name}.sub") | |
job_file_out = os.path.join(jobDir, f"{file_name}.out") | |
list | job_files = [] |
string | jobDir = MYDIR + '/condor_jobs_vF4' |
metavar | |
MYDIR | |
None | |
opts | |
string | output_file = opts.output_dir + "/IsoTrkNtupler" |
parents | |
parser | |
pu_entries = PU_tree.numentries | |
int | pu_start = 0 |
int | pu_stop = index+scale |
PU_tree = uproot3.open(opts.PU_file)['hcalIsoTrkAnalyzer/CalibTree'] | |
int | scale = 5000000 |
str | |
True | |
type | |
isotrackNtuplerCondor.args |
Definition at line 26 of file isotrackNtuplerCondor.py.
string isotrackNtuplerCondor.arguments = "%s -NPU %s -PU %s --start %i --end %i -O %s"%(opts.IsotrackNtupler, opts.NoPU_file, opts.PU_file, pu_start, pu_stop, output_file) |
Definition at line 47 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.default |
Definition at line 11 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.dest |
Definition at line 11 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.exist_ok |
Definition at line 29 of file isotrackNtuplerCondor.py.
string isotrackNtuplerCondor.file_name = "IsoTrkNtupler_" + str(i) |
Definition at line 49 of file isotrackNtuplerCondor.py.
Referenced by HcalLutManager.create_lut_loader(), XMLLUTLoader.createLoader(), DTTPGLutFile.open(), L1TriggerLutFile.open(), CommandLine.parse_file(), TEcnaRead.ReadAverageHighFrequencyNoise(), TEcnaRead.ReadAverageLowFrequencyNoise(), TEcnaRead.ReadAverageMeanCorrelationsBetweenSamples(), TEcnaRead.ReadAveragePedestals(), TEcnaRead.ReadAverageSigmaOfCorrelationsBetweenSamples(), TEcnaRead.ReadAverageTotalNoise(), TEcnaRead.ReadCorrelationsBetweenSamples(), TEcnaRead.ReadCovariancesBetweenSamples(), TEcnaRead.ReadHighFrequencyCorrelationsBetweenChannels(), TEcnaRead.ReadHighFrequencyCovariancesBetweenChannels(), TEcnaRead.ReadHighFrequencyMeanCorrelationsBetweenStins(), TEcnaRead.ReadHighFrequencyNoise(), TEcnaRead.ReadLowFrequencyCorrelationsBetweenChannels(), TEcnaRead.ReadLowFrequencyCovariancesBetweenChannels(), TEcnaRead.ReadLowFrequencyMeanCorrelationsBetweenStins(), TEcnaRead.ReadLowFrequencyNoise(), TEcnaRead.ReadMeanCorrelationsBetweenSamples(), TEcnaRead.ReadNumberOfEventsForSamples(), TEcnaRead.ReadPedestals(), TEcnaRead.ReadRelevantCorrelationsBetweenSamples(), TEcnaRead.ReadRootFileHeader(), TEcnaRead.ReadSampleAdcValues(), TEcnaRead.ReadSampleAdcValuesSameFile(), TEcnaRead.ReadSampleMeans(), TEcnaRead.ReadSampleSigmas(), TEcnaRead.ReadSigmaOfCorrelationsBetweenSamples(), TEcnaRead.ReadStinNumbers(), TEcnaRead.ReadTotalNoise(), run_lst(), SummaryOutputProducer.writeCSV_module(), SummaryOutputProducer.writeCSV_trigger(), SummaryOutputProducer.writeHistograms(), and TEcnaRun.WriteRootFile().
string isotrackNtuplerCondor.help = "input NoPU file") |
Definition at line 11 of file isotrackNtuplerCondor.py.
int isotrackNtuplerCondor.i = 0 |
Definition at line 38 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.job_file_err = os.path.join(jobDir, f"{file_name}.err") |
Definition at line 52 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.job_file_name = os.path.join(jobDir, f"{file_name}.sub") |
Definition at line 50 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.job_file_out = os.path.join(jobDir, f"{file_name}.out") |
Definition at line 51 of file isotrackNtuplerCondor.py.
list isotrackNtuplerCondor.job_files = [] |
Definition at line 30 of file isotrackNtuplerCondor.py.
string isotrackNtuplerCondor.jobDir = MYDIR + '/condor_jobs_vF4' |
Definition at line 28 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.metavar |
Definition at line 11 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.MYDIR |
Definition at line 9 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.None |
Definition at line 13 of file isotrackNtuplerCondor.py.
Referenced by tnp::BaseTreeFiller.BaseTreeFiller(), reco::DeepSCGraphEvaluation.getScaledInputs(), tmtt::MiniHTstage.linkIDLoadBalanced(), HGCGraphT< TILES >.makeAndConnectDoublets(), ticl::PatternRecognitionbyCA< TILES >.makeTracksters(), MuonPFAnalyzer.muonTrackType(), rpcrawtodigi::DataRecord.name(), edm::storage::XrdFile.open(), PropagateToMuonSetupT< Tr >.PropagateToMuonSetupT(), reco::DeepSCGraphEvaluation.readInputFeaturesConfig(), tnp::TagProbePairMaker.run(), l1tpf_calo::SingleCaloClusterer.run(), PropagateToMuon.startingState(), SiStripGainsCalibTreeWorker.statCollectionFromMode(), SiStripGainsPCLWorker.statCollectionFromMode(), and SiStripGainFromCalibTree.statCollectionFromMode().
isotrackNtuplerCondor.opts |
Definition at line 26 of file isotrackNtuplerCondor.py.
string isotrackNtuplerCondor.output_file = opts.output_dir + "/IsoTrkNtupler" |
Definition at line 46 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.parents |
Definition at line 29 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.parser |
Definition at line 8 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.pu_entries = PU_tree.numentries |
Definition at line 33 of file isotrackNtuplerCondor.py.
int isotrackNtuplerCondor.pu_start = 0 |
Definition at line 37 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.pu_stop = index+scale |
Definition at line 43 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.PU_tree = uproot3.open(opts.PU_file)['hcalIsoTrkAnalyzer/CalibTree'] |
Definition at line 32 of file isotrackNtuplerCondor.py.
int isotrackNtuplerCondor.scale = 5000000 |
Definition at line 36 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.str |
Definition at line 13 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.True |
Definition at line 29 of file isotrackNtuplerCondor.py.
isotrackNtuplerCondor.type |
Definition at line 11 of file isotrackNtuplerCondor.py.