Definition at line 40 of file JDrawModule3D.cc.
 
  
  
      
        
          | JGeoVolume::JGeoVolume  | 
          ( | 
          const char *  | 
          name,  | 
         
        
           | 
           | 
          const TGeoShape *  | 
          shape,  | 
         
        
           | 
           | 
          const TGeoMedium *  | 
          med = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | name | name  | 
    | shape | shape  | 
    | med | medium  | 
  
   
Definition at line 51 of file JDrawModule3D.cc.
   54     TGeoVolume(name, shape, med)
 
 
 
 
  
  
      
        
          | virtual void JGeoVolume::ExecuteEvent  | 
          ( | 
          Int_t  | 
          event,  | 
         
        
           | 
           | 
          Int_t  | 
          px,  | 
         
        
           | 
           | 
          Int_t  | 
          py  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinevirtual   | 
  
 
Mouse events. 
- Parameters
 - 
  
    | event | event  | 
    | px | x-position of mouse  | 
    | py | y-position of mouse  | 
  
   
Definition at line 65 of file JDrawModule3D.cc.
   67     if        (
event == kMouseEnter) {
 
   70         p1->AddText(i->c_str());
 
   75     } 
else if (
event == kMouseLeave) {
 
   83       TGeoVolume::ExecuteEvent(
event, px, py);
 
Structure to store the ToT mean and standard deviation of the hits produced by a nanobeacon in a sour...
 
std::vector< std::string > buffer
 
TCanvas * c1
Global variables to handle mouse events. 
 
 
 
 
  
  
      
        
          | void JGeoVolume::AddText  | 
          ( | 
          const std::string &  | 
          text | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Add text to buffer. 
- Parameters
 - 
  
  
 
Definition at line 93 of file JDrawModule3D.cc.
std::vector< std::string > buffer
 
 
 
 
The documentation for this class was generated from the following file: