void TG4VisManager::SetAtt4Daughters(G4LogicalVolume* const lv,
- const TG3Attribute att, const G4int val)
+ const TG4G3Attribute att, const G4int val)
{
// Iterator for setting a visual attribute for all daughters
// ---
void TG4VisManager::SetG4Attribute(G4LogicalVolume* const lv,
- const TG3Attribute att, const G4int val)
+ const TG4G3Attribute att, const G4int val)
{
// Set the G4 attribute fo volume LV accordingly to the G3 description
// of (att- val)
satt(att);
// seek for known attributes
- TG3Attribute attribute = kUNKNOWN;
+ TG4G3Attribute attribute = kUNKNOWN;
if (CaseInsensitiveEqual(att,"WORK"))
{
G4String message = "TG4VisManager::Gsatt: G3Attribute ";
#define TG4_VIS_MANAGER_H
#ifdef G4VIS_USE
-#include "TG3Attribute.h"
+#include "TG4G3Attribute.h"
#include <G4VisManager.hh>
#include <g4rw/tpordvec.h>
G4bool IsSharedVisAttributes(const G4LogicalVolume* pLV);
// Set an attribute to a specific volume
- void SetG4Attribute(G4LogicalVolume* const lv, const TG3Attribute att,
+ void SetG4Attribute(G4LogicalVolume* const lv, const TG4G3Attribute att,
const G4int val);
// Set an attribute to the tree coresponding to a volume
- void SetAtt4Daughters(G4LogicalVolume* const lv, const TG3Attribute att,
+ void SetAtt4Daughters(G4LogicalVolume* const lv, const TG4G3Attribute att,
const G4int val);
//data members