91 #include "AIDA/IAnalysisFactory.h"
92 #include "AIDA/ITree.h"
93 #include "AIDA/ITreeFactory.h"
94 #include "AIDA/IHistogram1D.h"
95 #include "AIDA/IHistogramFactory.h"
101 G4int numberOfEvents = 100;
118 G4String parallelName(
"ParallelBiasingWorld");
151 for (cell=1; cell<=18; cell++) {
154 G4double imp = std::pow(2.0,cell-1);
164 AIDA::IAnalysisFactory *af = AIDA_createAnalysisFactory();
165 AIDA::ITreeFactory *tf = af->createTreeFactory();
166 AIDA::ITree *
tree = tf->create(
"b02.hbook",
"hbook",
false,
true);
167 AIDA::IHistogramFactory *
hf = af->createHistogramFactory( *tree );
168 AIDA::IHistogram1D *h =
169 hf->createHistogram1D(
"10",
"w*sl vs. e", 30, 0., 20*
MeV);
205 runManager->
BeamOn(numberOfEvents);