Skip to content

Latest commit

 

History

History

PrintGeomInfo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
TO USE:
 
in .cfg file:
 
		VPSet Watchers = {
 		{	string type = "PrintGeomInfoAction"
			untracked bool DumpSummary    = false
			untracked bool DumpLVTree     = true
			untracked bool DumpMaterial   = false
			untracked bool DumpLVList     = false
			untracked bool DumpLV         = true
			untracked bool DumpSolid      = true
			untracked bool DumpAttributes = false
			untracked bool DumpPV         = true
			untracked bool DumpRotation   = false
			untracked bool DumpReplica    = false
			untracked bool DumpTouch      = false
			untracked bool DumpSense      = false
			untracked string Name         = "*"
			untracked vstring Names       = {"TrackerHitsTEC",
							 "EcalHitsEB"}
		}}