18 #include "G4PhysicalVolumeStore.hh" 19 #include "G4LogicalVolumeStore.hh" 20 #include "G4VPhysicalVolume.hh" 21 #include "G4LogicalVolume.hh" 22 #include "G4VSolid.hh" 23 #include "G4Material.hh" 25 #include "G4VisAttributes.hh" 26 #include "G4UserLimits.hh" 27 #include "G4TransportationManager.hh" 33 std::vector<std::string> defNames;
36 <<
" nodes:" << G4endl;
71 (*job)()->get<IdealGeometryRecord>().get(pDD);
78 git != gra.
end(); ++git) {
84 for (DDCompactView::graph_type::edge_list::const_iterator cit = git->begin();
85 cit != git->end(); ++cit) {
91 G4cout <<
"Finds " <<
solidMap_.size() <<
" different solids in the tree" 97 std::map<DDSolidShape,std::string>::iterator it =
solidShape_.find(solid.
shape());
113 const G4LogicalVolumeStore * lvs = G4LogicalVolumeStore::GetInstance();
114 std::vector<G4LogicalVolume *>::const_iterator lvcite;
115 for (lvcite = lvs->begin(); lvcite != lvs->end(); lvcite++) {
116 if ((*lvcite)->GetName() == (G4String)(
nodeNames_[
k])) {
129 G4VSolid* sl = lv->GetSolid();
132 for(
int ii = 0;
ii < (
int)(lv->GetNoDaughters());
ii++)
133 fillLV(lv->GetDaughter(
ii)->GetLogicalVolume());
139 out << G4endl << G4endl
140 <<
"@@@@@@@@@@@@@@@@@@ Dumping Summary For Node " << name << G4endl;
141 out <<
" Number of G4VSolid's: " <<
sls_.size() << G4endl;
142 out <<
" Number of G4LogicalVolume's: " <<
lvs_.size() << G4endl;
143 out <<
" Number of Touchable's: " <<
touch_.size() << G4endl;
145 out << G4endl <<
"Occurence of each type of shape among Solids" << G4endl;
147 for (std::vector<G4VSolid*>::iterator it=
sls_.begin(); it!=
sls_.end(); ++it) {
153 out << G4endl <<
"Occurence of each type of shape among Logical Volumes" 156 for (std::vector<G4LogicalVolume*>::iterator it =
lvs_.begin();
157 it !=
lvs_.end(); ++it) {
163 out << G4endl <<
"Occurence of each type of shape among Touchables" 166 for (std::vector<G4LogicalVolume*>::iterator it =
touch_.begin();
167 it !=
touch_.end(); ++it) {
176 return G4TransportationManager::GetTransportationManager()->GetNavigatorForTracking()->GetWorldVolume();
181 if (name.find(
"_refl") < name.size()) {
183 name = name.substr(0,(name.find(
"_refl")));
185 std::map<std::string,DDSolidShape>::const_iterator jt=
solidMap_.find(name);
188 if (itr ==
kount_.end()) {
189 kount_[shape] = (
refl) ? std::pair<int,int>(0,1) : std::pair<int,int>(1,0);
192 std::pair<int,int>(((itr->second).first),++((itr->second).second)) :
193 std::pair<int,int>(++((itr->second).
first),((itr->second).
second));
200 itr !=
kount_.end(); ++itr, ++
k) {
202 out <<
"Shape [" << k <<
"] " << shape <<
" # " << (itr->second).
first 203 <<
" : " << (itr->second).second << G4endl;
std::map< DDSolidShape, std::string > solidShape_
T getUntrackedParameter(std::string const &, T const &) const
std::vector< double >::size_type index_type
void addName(std::string name)
void addSolid(const DDLogicalPart &part)
void printSummary(std::ostream &out)
const graph_type & graph() const
Provides read-only access to the data structure of the compact-view.
G4VPhysicalVolume * getTopPV()
G4VPhysicalVolume * theTopPV_
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
type of data representation of DDCompactView
A DDSolid represents the shape of a part.
U second(std::pair< T, U > const &p)
~PrintGeomSummary() override
std::vector< G4LogicalVolume * > touch_
const N & nodeData(const edge_type &) const
PrintGeomSummary(edm::ParameterSet const &p)
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
DDSolidShape shape(void) const
The type of the solid.
std::map< DDSolidShape, std::pair< int, int > > kount_
std::vector< std::string > nodeNames_
void fillLV(G4LogicalVolume *lv)
void update(const BeginOfJob *job) override
This routine will be called when the appropriate signal arrives.
std::vector< G4VSolid * > sls_
void dumpSummary(std::ostream &out, std::string name)
std::vector< G4LogicalVolume * > lvs_
adj_list::const_iterator const_adj_iterator
const std::string & name() const
Returns the name.
std::map< std::string, DDSolidShape > solidMap_