CMS 3D CMS Logo

SherpackFetcher.h
Go to the documentation of this file.
1 #ifndef SherpackFetcher_h
2 #define SherpackFetcher_h
3 
4 #include <iostream>
5 #include <sstream>
6 #include <string>
7 #include <memory>
8 #include <cstdint>
9 #include <fstream>
10 
14 
17 
18 namespace spf {
19 
21  public:
23  int Fetch();
25  int CopyFile(std::string pathstring);
26  const char *classname() const { return "SherpackFetcher"; }
27 
28  private:
34  };
35 
36 } // namespace spf
37 
38 #endif
ConfigurationDescriptions.h
spf::SherpackFetcher::Fetch
int Fetch()
Definition: SherpackFetcher.cc:28
spf::SherpackFetcher::classname
const char * classname() const
Definition: SherpackFetcher.h:26
spf::SherpackFetcher::~SherpackFetcher
~SherpackFetcher()
Definition: SherpackFetcher.cc:109
spf::SherpackFetcher::SherpackLocation
std::string SherpackLocation
Definition: SherpackFetcher.h:30
spf::SherpackFetcher::FetchSherpack
bool FetchSherpack
Definition: SherpackFetcher.h:32
spf
Definition: SherpackFetcher.h:18
spf::SherpackFetcher::SherpackFetcher
SherpackFetcher(edm::ParameterSet const &)
Definition: SherpackFetcher.cc:5
spf::SherpackFetcher::SherpaProcess
std::string SherpaProcess
Definition: SherpackFetcher.h:29
spf::SherpackFetcher::CopyFile
int CopyFile(std::string pathstring)
Definition: SherpackFetcher.cc:94
ParameterSetDescription.h
SherpackUtilities.h
edm::ParameterSet
Definition: ParameterSet.h:47
spf::SherpackFetcher
Definition: SherpackFetcher.h:20
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
Frameworkfwd.h
Exception.h
spf::SherpackFetcher::SherpackChecksum
std::string SherpackChecksum
Definition: SherpackFetcher.h:31
spf::SherpackFetcher::SherpaPath
std::string SherpaPath
Definition: SherpackFetcher.h:33