![]() |
ATLAS Offline Software
|
Public Member Functions | |
| def | __init__ (self, name) |
| def | initialize (self) |
| def | execute (self) |
| def | getEventNumber (self) |
| def | readTrackParticle (self) |
Public Attributes | |
| indir | |
| trackParticleName | |
Algorithm to load InDet tracks data from CSV files to xAOD collections Conventions in files naming: - the files should reside in one dir and alg needs to be pointed to it through indir property, the naming convention: container_event_XYZ.csv should be used - files CSV format needs to be identical to the one used in export - if a given file is missing the data is not loaded, just reporting in the log about it - If need to modify this behavior, hey, go for it, it is python
Definition at line 13 of file CSV_InDetImporter.py.
| def CSV_InDetImporter.CSV_InDetImporterAlg.__init__ | ( | self, | |
| name | |||
| ) |
Definition at line 22 of file CSV_InDetImporter.py.
| def CSV_InDetImporter.CSV_InDetImporterAlg.execute | ( | self | ) |
Definition at line 38 of file CSV_InDetImporter.py.
| def CSV_InDetImporter.CSV_InDetImporterAlg.getEventNumber | ( | self | ) |
Definition at line 45 of file CSV_InDetImporter.py.
| def CSV_InDetImporter.CSV_InDetImporterAlg.initialize | ( | self | ) |
Definition at line 28 of file CSV_InDetImporter.py.
| def CSV_InDetImporter.CSV_InDetImporterAlg.readTrackParticle | ( | self | ) |
Definition at line 49 of file CSV_InDetImporter.py.
| CSV_InDetImporter.CSV_InDetImporterAlg.indir |
Definition at line 24 of file CSV_InDetImporter.py.
| CSV_InDetImporter.CSV_InDetImporterAlg.trackParticleName |
Definition at line 25 of file CSV_InDetImporter.py.
1.8.18