ATLAS Offline Software
Loading...
Searching...
No Matches
pool_extractFileIdentifier.cxx File Reference
#include <memory>
#include "CxxUtils/checker_macros.h"
#include "StorageSvc/SimpleUtilityBase.h"
Include dependency graph for pool_extractFileIdentifier.cxx:

Go to the source code of this file.

Classes

class  ExtractFileIdentifierApplication

Functions

int main ATLAS_NOT_THREAD_SAFE (int argc, char *argv[])

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE()

int main ATLAS_NOT_THREAD_SAFE ( int argc,
char * argv[] )

Definition at line 73 of file pool_extractFileIdentifier.cxx.

74{
75 ExtractFileIdentifierApplication app( argc, argv );
76 return app.run();
77}