#include <algorithm>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include "sbncode/Metadata/MetadataSBN.h"
#include "sbncode/Metadata/FileCatalogMetadataSBN.h"
#include "larcoreobj/SummaryData/POTSummary.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/SubRun.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art/Framework/Services/Registry/ServiceDefinitionMacros.h"
#include "art/Framework/Services/System/FileCatalogMetadata.h"
#include "art/Framework/Services/System/TriggerNamesService.h"
#include "art/Utilities/OutputFileInfo.h"
#include "cetlib_except/exception.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "TROOT.h"
#include "TFile.h"
#include "TTimeStamp.h"
Go to the source code of this file.
Functions | |
getProcessName ()} | |
std::string | UnQuoteString (std::string s) |
Un-quote quoted strings. More... | |
void | MaybeCopyFromMap (const std::map< std::string, std::string > &in, const std::string &key, std::string &out) |
void | MaybeCopyToMap (const std::string &in, const std::string &key, std::map< std::string, std::string > &out) |
std::string | Escape (const std::string &s) |
std::string Escape | ( | const std::string & | s | ) |
Definition at line 262 of file MetadataSBN_service.cc.
getProcessName | ( | ) |
Definition at line 86 of file MetadataSBN_service.cc.
void MaybeCopyFromMap | ( | const std::map< std::string, std::string > & | in, |
const std::string & | key, | ||
std::string & | out | ||
) |
Definition at line 151 of file MetadataSBN_service.cc.
void MaybeCopyToMap | ( | const std::string & | in, |
const std::string & | key, | ||
std::map< std::string, std::string > & | out | ||
) |
Definition at line 164 of file MetadataSBN_service.cc.
std::string UnQuoteString | ( | std::string | s | ) |
Un-quote quoted strings.
Definition at line 143 of file MetadataSBN_service.cc.