km3nettruthextractor

Code to extract the truth event information from the KM3NeT ROOT file.

class graphnet.data.extractors.km3net.km3nettruthextractor.KM3NeTTruthExtractor(name, add_hnl_info, add_reco_info)[source]

Bases: KM3NeTExtractor

Class for extracting the truth information from a file.

Initialize the class to extract the truth information.

Parameters:
  • name (str)

  • add_hnl_info (bool)

  • add_reco_info (bool)

class graphnet.data.extractors.km3net.km3nettruthextractor.KM3NeTRegularTruthExtractor(name)[source]

Bases: KM3NeTTruthExtractor

Class for extracting the truth regular true information from file.

Initialize the class to extract the truth regular information.

Parameters:

name (str)

class graphnet.data.extractors.km3net.km3nettruthextractor.KM3NeTHNLTruthExtractor(name)[source]

Bases: KM3NeTTruthExtractor

Class for extracting the truth hnl true information from file.

Initialize the class to extract the truth hnl information.

Parameters:

name (str)

class graphnet.data.extractors.km3net.km3nettruthextractor.KM3NeTRegularRecoExtractor(name)[source]

Bases: KM3NeTTruthExtractor

Class for extracting the truth regular reco information from file.

Initialize the class.

Parameters:

name (str)

class graphnet.data.extractors.km3net.km3nettruthextractor.KM3NeTHNLRecoExtractor(name)[source]

Bases: KM3NeTTruthExtractor

Class for extracting the truth hnl reco information from file.

Initialize the class to extract the truth hnl reco information.

Parameters:

name (str)