#include <iostream>
#include <string>
#include <vector>
#include "canvas/Utilities/InputTag.h"
#include "gallery/Event.h"
#include "webevd/ArtSupport/ArtServiceHelper.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "larcore/Geometry/Geometry.h"
#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"
#include "webevd/WebEVD/WebEVDServer.h"
#include "webevd/WebEVD/ThreadsafeGalleryEvent.h"
Go to the source code of this file.
Enumerations | |
enum | EDetector { EDetector::kUnknown, EDetector::kDUNEFDHD, EDetector::kDUNEFDVD, EDetector::kProtoDUNESP, EDetector::kSBND, EDetector::kIcarus } |
Functions | |
void | usage () |
std::ostream & | operator<< (std::ostream &os, EDetector det) |
EDetector | DetectorFromArgument (const std::string &d) |
EDetector | DetectorFromFilename (const std::string &fname) |
std::string | FCLConfigForDetector (EDetector det) |
int | main (int argc, char **argv) |
|
strong |
Enumerator | |
---|---|
kUnknown | |
kDUNEFDHD | |
kDUNEFDVD | |
kProtoDUNESP | |
kSBND | |
kIcarus |
Definition at line 23 of file webevd.cxx.
EDetector DetectorFromArgument | ( | const std::string & | d | ) |
Definition at line 47 of file webevd.cxx.
EDetector DetectorFromFilename | ( | const std::string & | fname | ) |
Definition at line 67 of file webevd.cxx.
std::string FCLConfigForDetector | ( | EDetector | det | ) |
Definition at line 85 of file webevd.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 139 of file webevd.cxx.
std::ostream& operator<< | ( | std::ostream & | os, |
EDetector | det | ||
) |
Definition at line 32 of file webevd.cxx.
void usage | ( | ) |
Definition at line 17 of file webevd.cxx.