Skip to content
Snippets Groups Projects
Commit 2ca3600c authored by amete's avatar amete
Browse files

Add LRT to PyUtils/checkxAOD.py domains

parent 21a2e761
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,8 @@ if __name__ == "__main__": ...@@ -52,7 +52,8 @@ if __name__ == "__main__":
"CaloTopo" : ["CaloCalTopoCluster"], "CaloTopo" : ["CaloCalTopoCluster"],
"Calo" : ["^LAr", "^AllCalo", "^AODCellContainer", "^MBTSContainer", "^CaloCompactCellContainer", "^E4prContainer", "^TileCellVec", "^TileDigits"], "Calo" : ["^LAr", "^AllCalo", "^AODCellContainer", "^MBTSContainer", "^CaloCompactCellContainer", "^E4prContainer", "^TileCellVec", "^TileDigits"],
"Truth" : ["^Truth", "Truth$", "TruthMap$", "TruthCollection$", "^PRD_MultiTruth", "TracksTruth$", ".*TrackTruth$", "TrackTruthCollection"], "Truth" : ["^Truth", "Truth$", "TruthMap$", "TruthCollection$", "^PRD_MultiTruth", "TracksTruth$", ".*TrackTruth$", "TrackTruthCollection"],
"AFP" : ["^AFP"] "AFP" : ["^AFP"],
"LRT" : ["^LRT", "(.*)LRT$", "(.*)LRTTrackParticles$", "(.*)LargeD0TrackParticles$"]
} }
fileNames = [] fileNames = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment