Geant4  10.01.p03
g4csv_defs.hh File Reference
#include "tools/histo/h1d"
#include "tools/histo/h2d"
#include "tools/histo/h3d"
#include "tools/histo/p1d"
#include "tools/histo/p2d"
#include "tools/wcsv_ntuple"
#include "G4CsvAnalysisManager.hh"
#include "G4CsvAnalysisReader.hh"
+ Include dependency graph for g4csv_defs.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 G4Csv
 

Typedefs

typedef tools::histo::h1d G4Csv::G4AnaH1
 
typedef tools::histo::h1d G4Csv::G4H1
 
typedef std::vector
< tools::histo::h1d * >
::iterator 
G4Csv::G4H1Iterator
 
typedef std::vector
< tools::histo::h1d * >
::const_iterator 
G4Csv::G4H1ConstIterator
 
typedef tools::histo::h2d G4Csv::G4AnaH2
 
typedef tools::histo::h2d G4Csv::G4H2
 
typedef std::vector
< tools::histo::h2d * >
::iterator 
G4Csv::G4H2Iterator
 
typedef std::vector
< tools::histo::h2d * >
::const_iterator 
G4Csv::G4H2ConstIterator
 
typedef tools::histo::h3d G4Csv::G4H3
 
typedef std::vector
< tools::histo::h3d * >
::iterator 
G4Csv::G4H3Iterator
 
typedef std::vector
< tools::histo::h3d * >
::const_iterator 
G4Csv::G4H3ConstIterator
 
typedef tools::histo::p1d G4Csv::G4P1
 
typedef std::vector
< tools::histo::p1d * >
::iterator 
G4Csv::G4P1Iterator
 
typedef std::vector
< tools::histo::p1d * >
::const_iterator 
G4Csv::G4P1ConstIterator
 
typedef tools::histo::p2d G4Csv::G4P2
 
typedef std::vector
< tools::histo::p2d * >
::iterator 
G4Csv::G4P2Iterator
 
typedef std::vector
< tools::histo::p2d * >
::const_iterator 
G4Csv::G4P2ConstIterator
 
typedef tools::wcsv::ntuple G4Csv::G4Ntuple
 
typedef std::vector
< tools::wcsv::ntuple * >
::iterator 
G4Csv::G4NtupleIterator
 
typedef std::vector
< tools::wcsv::ntuple * >
::const_iterator 
G4Csv::G4NtupleConstIterator
 
typedef G4CsvAnalysisManager G4Csv::G4AnalysisManager
 
typedef G4CsvAnalysisReader G4Csv::G4AnalysisReader