CMS 3D CMS Logo

FUShmCleanUp_t.cc File Reference

#include "EventFilter/ShmBuffer/interface/FUShmBuffer.h"
#include <iostream>

Go to the source code of this file.

Functions

int main (int argc, char **argv)


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 20 of file FUShmCleanUp_t.cc.

References GenMuonPlsPt100GeV_cfg::cout, and lat::endl().

00021 {
00022   if (FUShmBuffer::releaseSharedMemory())
00023     cout<<"SHARED MEMORY RELEASED SUCCESSFULLY."<<endl;
00024   else
00025     cout<<"NO SHARED MEMORY RELEASED!"<<endl;
00026   
00027   return 0;
00028 }


Generated on Tue Jun 9 17:52:52 2009 for CMSSW by  doxygen 1.5.4