00001 //************************************ 00002 //* Generators interface with the LCG MCDB 00003 //* 00004 //* Hector Naves Sordo 00005 //* 00006 //* First version: 25/10/06 00007 //* 00008 //************************************ 00009 00010 #include "FWCore/Framework/interface/Event.h" 00011 #include "Utilities/StorageFactory/interface/StorageFactory.h" 00012 #include "Utilities/StorageFactory/interface/StorageAccount.h" 00013 #include "FWCore/PluginManager/interface/PluginManager.h" 00014 #include <iostream> 00015 #include <fstream> 00016 #include <string> 00017 #include <stdlib.h> 00018 00019 // Makes a local copy of a CASTOR file. 00020 // This code is a modified version of 00021 // Utilities/StorageFactory/test/any.cpp by Vincenzo Innocente 00022 void mcdbGetInputFile(std::string &madGraphInputFile, int &mcdbArticleID); 00023