CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros
G4StepStatistics.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"
#include "G4VProcess.hh"
#include "G4ParticleDefinition.hh"
#include <map>
#include <FWCore/ServiceRegistry/interface/Service.h>
#include <CommonTools/UtilAlgos/interface/TFileService.h>
#include <TROOT.h>
#include <TTree.h>
#include <TFile.h>
#include <TVector.h>
#include <TString.h>
#include <TClonesArray.h>

Go to the source code of this file.

Classes

class  G4StepStatistics
 
class  StepID
 

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 129 of file G4StepStatistics.h.

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

Definition at line 130 of file G4StepStatistics.h.