~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to tests/integration/test_optics/src/Optics.hh

  • Committer: Durga Rajaram
  • Date: 2014-01-14 07:07:02 UTC
  • mfrom: (659.1.80 relcand)
  • Revision ID: durga@fnal.gov-20140114070702-2l1fuj1w6rraw7xe
Tags: MAUS-v0.7.6
MAUS-v0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
#include "src/common_cpp/Simulation/VirtualPlanes.hh"
7
7
#include "src/common_cpp/Simulation/MAUSGeant4Manager.hh"
 
8
#include "src/common_cpp/Utils/Exception.hh"
8
9
 
9
10
#include "src/legacy/Config/MiceModule.hh"
10
11
#include "src/legacy/Config/ModuleConverter.hh"
88
89
    //Make a station id from a special hit
89
90
    StationId(SpecialHit hit); 
90
91
    //Make a station id from a MiceModule
91
 
    StationId(const MiceModule& mod) throw(Squeal);
 
92
    StationId(const MiceModule& mod) throw(MAUS::Exception);
92
93
    //Return string that names the station type (virtual, special, ...)
93
94
    std::string  StationTypeByString() const;
94
95
    station_type StationType()         const {return _type;}