#include "/opt/w3/MonitoringWeb/Util/trend_globvar.C" #include "/opt/w3/MonitoringWeb/Util/trend_common_v3.C" trendPR_B8_auto(int nhours=8) { trend_init(); // Open the files fi = FrFileINew("/virgoData/ffl/trend.ffl"); // Sets the parameters length = nhours*3600; // length of data to be plotted start = FrFileITEnd(fi)-length; // start time of data to be plotted path = "."; fileNameBase = "trendPR_B8_auto"; historyFileNameBase = "General_PowerWest"; nPadsx = 1; nPadsy = 1; nPads = 1; nChannelSame[0] = 3; allPlotsMinMax[0] = 1; channel[0][0] = "Pr_B8_DC_mean"; // name of channel to be plotted color[0][0] = 4; // Color of the plot channel[0][1] = "Pr_B8_DC_min"; // name of channel to be plotted color[0][1] = 50; // Color of the plot channel[0][2] = "Pr_B8_DC_max"; // name of channel to be plotted color[0][2] = 30; // Color of the plot //================================================================================ // THIS IS IT, YOU SHOULD NOT HAVE TO CHANGE ANYTHING BELOW THIS LINE //================================================================================ trend_common(); }