CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros
SimTracer.h File Reference
#include <iostream>
#include "SimG4Core/Notification/interface/Observer.h"
#include "SimG4Core/Watcher/interface/SimWatcher.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "G4Step.hh"

Go to the source code of this file.

Classes

class  SimTracer
 

Macros

#define OBSERVES(type)   public Observer<const type*>
 
#define UPDATE(type)   void update(const type*) { std::cout <<"++ signal " #type<<std::endl; }
 

Macro Definition Documentation

#define OBSERVES (   type)    public Observer<const type*>

Definition at line 43 of file SimTracer.h.

#define UPDATE (   type)    void update(const type*) { std::cout <<"++ signal " #type<<std::endl; }

Definition at line 44 of file SimTracer.h.