Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -35,28 +35,28 @@
|
||||
|
||||
//_____________________________________________________________________________
|
||||
template <>
|
||||
tools::histo::p1d* G4THnToolsManager<2, tools::histo::p1d>::CreateToolsHT(
|
||||
tools::histo::p1d* G4THnToolsManager<kDim2, tools::histo::p1d>::CreateToolsHT(
|
||||
const G4String& title,
|
||||
const std::array<G4HnDimension, 2>& bins,
|
||||
const std::array<G4HnDimensionInformation, 2>& hnInfo);
|
||||
const std::array<G4HnDimension, kDim2>& bins,
|
||||
const std::array<G4HnDimensionInformation, kDim2>& hnInfo);
|
||||
|
||||
//_____________________________________________________________________________
|
||||
template <>
|
||||
void G4THnToolsManager<2, tools::histo::p1d>::ConfigureToolsHT(
|
||||
void G4THnToolsManager<kDim2, tools::histo::p1d>::ConfigureToolsHT(
|
||||
tools::histo::p1d* ht,
|
||||
const std::array<G4HnDimension, 2>& bins,
|
||||
const std::array<G4HnDimensionInformation, 2>& hnInfo);
|
||||
const std::array<G4HnDimension, kDim2>& bins,
|
||||
const std::array<G4HnDimensionInformation, kDim2>& hnInfo);
|
||||
|
||||
//_____________________________________________________________________________
|
||||
template <>
|
||||
G4bool G4THnToolsManager<2, tools::histo::p1d>::FillHT(
|
||||
G4bool G4THnToolsManager<kDim2, tools::histo::p1d>::FillHT(
|
||||
tools::histo::p1d* ht, const G4HnInformation& hnInformation,
|
||||
std::array<G4double, 2>& value, G4double weight);
|
||||
std::array<G4double, kDim2>& value, G4double weight);
|
||||
|
||||
|
||||
//_____________________________________________________________________________
|
||||
template <>
|
||||
G4bool G4THnToolsManager<2, tools::histo::p1d>::WriteOnAscii(
|
||||
G4bool G4THnToolsManager<kDim2, tools::histo::p1d>::WriteOnAscii(
|
||||
std::ofstream& output);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user