#include <iostream>
#include <iomanip>
#include <sstream>
#include <vector>
#include <sys/stat.h>
#include "EventFilter/SMProxyServer/interface/SMProxyServer.h"
#include "EventFilter/StorageManager/interface/ConsumerPipe.h"
#include "EventFilter/StorageManager/interface/ProgressMarker.h"
#include "EventFilter/Utilities/interface/ParameterSetRetriever.h"
#include "FWCore/Utilities/interface/DebugMacros.h"
#include "FWCore/ServiceRegistry/interface/ServiceToken.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/RootAutoLibraryLoader/interface/RootAutoLibraryLoader.h"
#include "IOPool/Streamer/interface/MsgHeader.h"
#include "IOPool/Streamer/interface/InitMessage.h"
#include "IOPool/Streamer/interface/OtherMessage.h"
#include "IOPool/Streamer/interface/ConsRegMessage.h"
#include "IOPool/Streamer/interface/HLTInfo.h"
#include "IOPool/Streamer/interface/Utilities.h"
#include "IOPool/Streamer/interface/TestFileReader.h"
#include "xcept/tools.h"
#include "xgi/Method.h"
#include "xoap/SOAPEnvelope.h"
#include "xoap/SOAPBody.h"
#include "xoap/domutils.h"
#include "xdata/InfoSpaceFactory.h"
#include "boost/algorithm/string/case_conv.hpp"
#include "cgicc/Cgicc.h"
#include "zlib.h"
Go to the source code of this file.
Functions | |
xdaq::Application * | instantiate_SMProxyServer (xdaq::ApplicationStub *stub) |
xdaq::Application* instantiate_SMProxyServer | ( | xdaq::ApplicationStub * | stub | ) |
Definition at line 3267 of file SMProxyServer.cc.
References GenMuonPlsPt100GeV_cfg::cout, and lat::endl().
03268 { 03269 std::cout << "Going to construct a SMProxyServer instance " 03270 << std::endl; 03271 return new stor::SMProxyServer(stub); 03272 }