X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=MONITOR%2FAliMonitorTPC.cxx;h=48743e77eddea090ded4292ab4f78c09b6540bcd;hp=0fcc98b49133ac21e0e85a9bbedee2c0a41eb004;hb=5fe305fe722e95d0ecd99b12379b8f9c2d18475e;hpb=4800ed2dbdff3ff0e6e677b003f607a274e87b24 diff --git a/MONITOR/AliMonitorTPC.cxx b/MONITOR/AliMonitorTPC.cxx index 0fcc98b4913..48743e77edd 100644 --- a/MONITOR/AliMonitorTPC.cxx +++ b/MONITOR/AliMonitorTPC.cxx @@ -21,21 +21,21 @@ // // /////////////////////////////////////////////////////////////////////////////// +#include +#include +#include -#include "AliMonitorTPC.h" +#include "AliESD.h" #include "AliMonitorDataTPC.h" #include "AliMonitorHisto.h" +#include "AliMonitorTPC.h" #include "AliMonitorTrend.h" +#include "AliRawReader.h" +#include "AliRunLoader.h" +#include "AliTPCClustersRow.h" #include "AliTPCParam.h" #include "AliTPCRawStream.h" -#include "AliTPCClustersRow.h" #include "AliTPCclusterMI.h" -#include "AliRunLoader.h" -#include "AliRawReader.h" -#include "AliESD.h" -#include -#include - ClassImp(AliMonitorTPC)