Geant4
10.03
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
RMC01SD.hh
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
28
//
29
// $Id: RMC01SD.hh 71233 2013-06-12 13:16:05Z gcosmo $
30
//
32
// Class Name: RMC01SD
33
// Author: L. Desorgher
34
// Organisation: SpaceIT GmbH
35
// Contract: ESA contract 21435/08/NL/AT
36
// Customer: ESA/ESTEC
38
// CHANGE HISTORY
39
//--------------
40
// ChangeHistory:
41
// 17-11-2009 creation by L. Desorgher
42
//
43
//-------------------------------------------------------------
44
45
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
46
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
47
48
#ifndef RMC01SD_h
49
#define RMC01SD_h 1
50
51
#include "
G4VSensitiveDetector.hh
"
52
#include "
G4ThreeVector.hh
"
53
54
class
G4Step
;
55
class
G4HCofThisEvent
;
56
class
G4StepPoint
;
57
class
G4LogicalVolume
;
58
class
G4VPhysicalVolume
;
59
60
#include"G4THitsCollection.hh"
61
#include"
G4ios.hh
"
62
#include"
RMC01DoubleWithWeightHit.hh
"
63
64
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
65
66
class
RMC01SD
:
public
G4VSensitiveDetector
67
{
68
public
:
69
RMC01SD
(
G4String
name
);
70
virtual
~RMC01SD
();
71
virtual
void
Initialize
(
G4HCofThisEvent
*HCE);
72
virtual
G4bool
ProcessHits
(
G4Step
*aStep,
G4TouchableHistory
*ROhist);
73
virtual
void
EndOfEvent
(
G4HCofThisEvent
*HCE);
74
virtual
void
Clear
();
75
virtual
void
DrawAll
();
76
virtual
void
PrintAll
();
77
78
private
:
79
G4double
fTotalEventEdep
;
80
RMC01DoubleWithWeightHitsCollection
*
fEventEdepCollection
;
81
RMC01DoubleWithWeightHitsCollection
*
fProtonCurrentCollection
;
82
RMC01DoubleWithWeightHitsCollection
*
fGammaCurrentCollection
;
83
RMC01DoubleWithWeightHitsCollection
*
fElectronCurrentCollection
;
84
};
85
86
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
87
88
#endif
89
G4THitsCollection
Definition:
G4THitsCollection.hh:79
RMC01SD::PrintAll
virtual void PrintAll()
Definition:
RMC01SD.cc:160
G4StepPoint
Definition:
G4StepPoint.hh:68
G4VPhysicalVolume
Definition:
G4VPhysicalVolume.hh:82
G4VSensitiveDetector
Definition:
G4VSensitiveDetector.hh:50
RMC01SD::fElectronCurrentCollection
RMC01DoubleWithWeightHitsCollection * fElectronCurrentCollection
Definition:
RMC01SD.hh:83
G4InuclParticleNames::name
const char * name(G4int ptype)
Definition:
G4InuclParticleNames.hh:77
RMC01SD::fTotalEventEdep
G4double fTotalEventEdep
Definition:
RMC01SD.hh:79
RMC01SD::ProcessHits
virtual G4bool ProcessHits(G4Step *aStep, G4TouchableHistory *ROhist)
Definition:
RMC01SD.cc:114
G4VSensitiveDetector.hh
RMC01SD::DrawAll
virtual void DrawAll()
Definition:
RMC01SD.cc:154
RMC01DoubleWithWeightHit.hh
Definition of the RMC01DoubleWithWeightHit class.
RMC01SD::fEventEdepCollection
RMC01DoubleWithWeightHitsCollection * fEventEdepCollection
Definition:
RMC01SD.hh:80
G4bool
bool G4bool
Definition:
G4Types.hh:79
G4LogicalVolume
Definition:
G4LogicalVolume.hh:190
G4Step
Definition:
G4Step.hh:76
RMC01SD::fProtonCurrentCollection
RMC01DoubleWithWeightHitsCollection * fProtonCurrentCollection
Definition:
RMC01SD.hh:81
RMC01SD::~RMC01SD
virtual ~RMC01SD()
Definition:
RMC01SD.cc:80
RMC01SD::Initialize
virtual void Initialize(G4HCofThisEvent *HCE)
Definition:
RMC01SD.cc:86
G4TouchableHistory
Definition:
G4TouchableHistory.hh:53
RMC01SD::RMC01SD
RMC01SD(G4String name)
Definition:
RMC01SD.cc:66
G4ios.hh
G4HCofThisEvent
Definition:
G4HCofThisEvent.hh:64
RMC01SD::fGammaCurrentCollection
RMC01DoubleWithWeightHitsCollection * fGammaCurrentCollection
Definition:
RMC01SD.hh:82
RMC01SD::Clear
virtual void Clear()
Definition:
RMC01SD.cc:148
RMC01SD
Definition:
RMC01SD.hh:66
G4double
double G4double
Definition:
G4Types.hh:76
G4ThreeVector.hh
RMC01SD::EndOfEvent
virtual void EndOfEvent(G4HCofThisEvent *HCE)
Definition:
RMC01SD.cc:140
G4String
Definition:
G4String.hh:45
geant4.10.03
examples
extended
biasing
ReverseMC01
include
RMC01SD.hh
Generated on Thu Feb 14 2002 02:27:44 for Geant4 by
1.8.8