All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
icaruscode/icaruscode/PMT/OpReco/FlashFinder/FlashFinderFMWKInterface.h
Go to the documentation of this file.
1 #ifndef __FLASHFINDERFMWKINTERFACE_H__
2 #define __FLASHFINDERFMWKINTERFACE_H__
3 
4 //#include "FhiclLite/ConfigManager.h"
5 #include "fhiclcpp/ParameterSet.h"
7 #include <stdlib.h>
8 namespace pmtana {
9 
10  //typedef ::fcllite::PSet Config_t;
11  typedef fhicl::ParameterSet Config_t;
12 
13  std::vector<size_t> ListOpChannels(int cryostat=-1);
14 
15  std::vector<size_t> ListOpDets(int cryostat=-1);
16 
17  size_t NOpDets(int cryostat=-1);
18 
19  size_t OpDetFromOpChannel(size_t opch);
20 
21  void OpDetCenterFromOpChannel(size_t opch, double *xyz);
22 
23 }
24 #endif
art framework interface to geometry description