Geant4
10.03
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Par01CalorimeterSD.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
//
30
// $Id: Par01CalorimeterSD.hh 100936 2016-11-03 11:07:41Z gcosmo $
31
//
32
33
#ifndef Par01CalorimeterSD_h
34
#define Par01CalorimeterSD_h 1
35
36
#include "
Par01CalorimeterHit.hh
"
37
38
#include "
G4VSensitiveDetector.hh
"
39
#include "
G4Step.hh
"
40
41
class
Par01CalorimeterSD
:
public
G4VSensitiveDetector
42
{
43
44
public
:
45
Par01CalorimeterSD
(
G4String
name
,
G4int
nCells,
G4String
colName);
46
~Par01CalorimeterSD
();
47
48
virtual
void
Initialize
(
G4HCofThisEvent
*HCE);
49
virtual
G4bool
ProcessHits
(
G4Step
*aStep,
G4TouchableHistory
*ROhist);
50
virtual
void
EndOfEvent
(
G4HCofThisEvent
*HCE);
51
virtual
void
clear
();
52
virtual
void
DrawAll
();
53
virtual
void
PrintAll
();
54
55
private
:
56
Par01CalorimeterHitsCollection
*
fCalCollection
;
57
58
int
*
fCellID
;
59
int
fNumberOfCells
;
60
int
fHCID
;
61
};
62
63
64
#endif
65
G4THitsCollection
Definition:
G4THitsCollection.hh:79
Par01CalorimeterSD::fHCID
int fHCID
Definition:
Par01CalorimeterSD.hh:60
G4VSensitiveDetector
Definition:
G4VSensitiveDetector.hh:50
Par01CalorimeterHit.hh
Definition of the Par01CalorimeterHit class.
G4Step.hh
Par01CalorimeterSD::fCellID
int * fCellID
Definition:
Par01CalorimeterSD.hh:58
G4InuclParticleNames::name
const char * name(G4int ptype)
Definition:
G4InuclParticleNames.hh:77
G4int
int G4int
Definition:
G4Types.hh:78
Par01CalorimeterSD::~Par01CalorimeterSD
~Par01CalorimeterSD()
Definition:
Par01CalorimeterSD.cc:59
Par01CalorimeterSD::PrintAll
virtual void PrintAll()
Definition:
Par01CalorimeterSD.cc:134
G4VSensitiveDetector.hh
Par01CalorimeterSD::DrawAll
virtual void DrawAll()
Definition:
Par01CalorimeterSD.cc:128
G4bool
bool G4bool
Definition:
G4Types.hh:79
Par01CalorimeterSD::ProcessHits
virtual G4bool ProcessHits(G4Step *aStep, G4TouchableHistory *ROhist)
Definition:
Par01CalorimeterSD.cc:78
Par01CalorimeterSD::fCalCollection
Par01CalorimeterHitsCollection * fCalCollection
Definition:
Par01CalorimeterSD.hh:56
G4Step
Definition:
G4Step.hh:76
Par01CalorimeterSD::fNumberOfCells
int fNumberOfCells
Definition:
Par01CalorimeterSD.hh:59
G4TouchableHistory
Definition:
G4TouchableHistory.hh:53
G4HCofThisEvent
Definition:
G4HCofThisEvent.hh:64
Par01CalorimeterSD::Initialize
virtual void Initialize(G4HCofThisEvent *HCE)
Definition:
Par01CalorimeterSD.cc:66
Par01CalorimeterSD::EndOfEvent
virtual void EndOfEvent(G4HCofThisEvent *HCE)
Definition:
Par01CalorimeterSD.cc:113
Par01CalorimeterSD::Par01CalorimeterSD
Par01CalorimeterSD(G4String name, G4int nCells, G4String colName)
Definition:
Par01CalorimeterSD.cc:45
Par01CalorimeterSD::clear
virtual void clear()
Definition:
Par01CalorimeterSD.cc:122
Par01CalorimeterSD
Definition:
Par01CalorimeterSD.hh:41
G4String
Definition:
G4String.hh:45
geant4.10.03
examples
extended
parameterisations
Par01
include
Par01CalorimeterSD.hh
Generated on Thu Feb 14 2002 02:27:57 for Geant4 by
1.8.8